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

Add example: high cardinality case #89

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

tsuruda-yoshito
Copy link

Add a tutorial on high cardinality cases as an example

  • Create example/regression/high_cardinality_case_regression.ipynb
    • Include an explanation of high cardinality, discussing how Cyclic boosting is strong against high cardinality data and the reasons for this, along with an example of a high cardinality case.
    • Conduct regression using three datasets with varying degrees of high cardinality and compare with LightGBM (LightGBM installation required).
    • The results should show that across all datasets, LightGBM is outperformed in terms of MAE and SMAPE, with the performance gap increasing as the degree of high cardinality becomes stronger.
  • Add three datasets with varying degrees of high cardinality under tests/high_cardinality_data/

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

Successfully merging this pull request may close these issues.

2 participants