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

Allow fit params for CatBoost #118

Open
ValeriaGomes opened this issue Jan 13, 2020 · 0 comments
Open

Allow fit params for CatBoost #118

ValeriaGomes opened this issue Jan 13, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ValeriaGomes
Copy link
Contributor

Describe the feature and the current state.

  • CatBoost has several parameters inside the fit method. One possible solution is to add a fit_params into the CatBoost function in FkLearn for increased flexibility.
  • This improvement would have to be done for both classification and regression.

This is important especially for CatBoost because the parameter that allows it to treat categorical features byitself is inside the fit method, and this is the main differential in this library.

Will this change a current behavior? How?

We would be able to configure the fit function using FkLearn.

Additional Information

https://catboost.ai/docs/concepts/python-reference_catboost_fit.html

@ValeriaGomes ValeriaGomes added the enhancement New feature or request label Jan 13, 2020
@ValeriaGomes ValeriaGomes mentioned this issue Jan 14, 2020
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant