-
-
Notifications
You must be signed in to change notification settings - Fork 633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Add doctests for metrics #2265
Comments
Hello, May I take up |
Sure @wanjuntham , go for it, thanks! |
Hi, everyone I'm coming from I'll work on |
Hello can I work on |
@Eunjnnn thank you ! Yes you can 😉 |
@vfdev-5 Hey, I actually didnt have time to work on this. Could you unassign me? |
@Eunjnnn Are you still working on |
@sdesrozis Hi I'm trying to work on it, but actually i'm not sure where to start,, |
First, take a look to our contribution guide. Then, you will have to set up your environment (testing, building the doc). And finally, you will find here what is needed to write the doc and doctests according to our guidelines :) |
I'll add some of the contrib regression metrics |
I'll add the remaining contrib metrics |
📚 Documentation
Following #2230 , I listed the metrics places (suggested by @sdesrozis) where doctests can be added.
Metrics
Precision
,Recall
andFBeta
metrics #2340)MeanAbsoluteError
andMeanSquaredError
#2280)RMSE
andMeanPairwiseDistance
#2307)MeanAbsoluteError
andMeanSquaredError
#2280)Precision
,Recall
andFBeta
metrics #2340)PSNR
#2311)Precision
,Recall
andFBeta
metrics #2340)RMSE
andMeanPairwiseDistance
#2307)TopKCategoricalAccuracy
#2284)BLEU
,Rouge
,RougeN
,RougeL
) #2317)BLEU
,Rouge
,RougeN
,RougeL
) #2317)BLEU
,Rouge
,RougeN
,RougeL
) #2317)BLEU
,Rouge
,RougeN
,RougeL
) #2317)Contrib Metrics
AveragePrecision
,PrecisionRecallCurve
,ROC_AUC
andRocCurve
#2341)CohenKappa
metric #2321)AveragePrecision
,PrecisionRecallCurve
,ROC_AUC
andRocCurve
#2341)AveragePrecision
,PrecisionRecallCurve
,ROC_AUC
andRocCurve
#2341)AveragePrecision
,PrecisionRecallCurve
,ROC_AUC
andRocCurve
#2341)FractionalBias
,FractionalAbsoluteError
,CanberraMetric
,GeometricMeanAbsoluteError
) #2323)FractionalBias
,FractionalAbsoluteError
,CanberraMetric
,GeometricMeanAbsoluteError
) #2323)FractionalBias
,FractionalAbsoluteError
,CanberraMetric
,GeometricMeanAbsoluteError
) #2323)FractionalBias
,FractionalAbsoluteError
,CanberraMetric
,GeometricMeanAbsoluteError
) #2323)This is a great issue for first comers and those who want to learn more about Sphinx. This issue is the community effort.
If you want to contribute, please comment on this issue with the metric you want to add doctest (one by one).
Example on how to add doctest, see #2241
Thanks!
The text was updated successfully, but these errors were encountered: