Skip to content
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

what is the method used to estimate the accuray rate and precision rate ? #12

Closed
youcef-Ismael opened this issue Apr 16, 2021 · 2 comments
Labels
question Further information is requested

Comments

@youcef-Ismael
Copy link

did you used the cross validation k fold or what is the method that you have used to calculate these rates ?

@serengil
Copy link
Owner

accuracy metrics are calculating for train set by default. But you can still calculate those metrics for your validation / test set as well. Cross validation is not covered yet.

from chefboost import Chefboost as cb
model = cb.fit(df, config)
cb.evaluate(model, validation_df)

@serengil serengil added the question Further information is requested label Apr 17, 2021
@macazaka
Copy link

macazaka commented Jul 24, 2022

Is there a way to pass the accuracy level, label and confusion matrix to specific variables? Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants