alteryx/evalml

Audit: write up where we need to add docstring runnable examples

Aperta

#207 aperta il 12 nov 2019

 (3 commenti) (0 reazioni) (1 assegnatario)Python (93 fork)auto 404
documentationgood first issuespike

Metriche repository

Star
 (852 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

We should add examples to the doc strings of as many functions as possible.

We can also set these up as doctests, so that when we build the docs, the output of the method call is tested against the example.

We do this in featuretools. For example: https://docs.featuretools.com/en/stable/generated/featuretools.primitives.Count.html#featuretools.primitives.Count

Guida contributor