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

Added XGBoost functionality in models and radiant using xgboost library #12

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

Conversation

tharunsuresh-code
Copy link

XGBoost using xgboost library as developed here -> https://xgboost.readthedocs.io/en/stable/parameter.html

Following parameters explicitly mentioned - n_estimators, subsample, max_depth and the rest can be included in kwargs.

In Radiant, the following is explicitly displayed for the user - n_estimators, learning_rate, max_depth, min_child_weight, subsample, min_split_loss and random_state. The rest can be set using extra args.

An example notebook is included too.

@tharunsuresh-code tharunsuresh-code changed the title Added XGBoost functionality in pyrsm models and radiant using xgboost library Added XGBoost functionality in models and radiant using xgboost library Apr 26, 2024
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.

1 participant