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

[Feature]: XGBoost #5

Closed
1 task done
bdiptesh opened this issue Jan 20, 2022 · 0 comments · Fixed by #11
Closed
1 task done

[Feature]: XGBoost #5

bdiptesh opened this issue Jan 20, 2022 · 0 comments · Fixed by #11
Assignees
Labels
feature New feature or request tests Integration/Unit tests
Milestone

Comments

@bdiptesh
Copy link
Contributor

bdiptesh commented Jan 20, 2022

Is your feature request related to a problem? Please describe.

XGBoost module.

Describe the solution you'd like

XGBoost module for both classification and regression. Determine optimal hyperparameters

Methods:

  1. Classification
  2. Regression

Expected input(s)

df: pandas.DataFrame
y_var: List[str]
x_var: List[str]
method: Union[str]
param: Dict

Expected output(s)

fit
predict

Additional context

No response

Acceptance criteria

  • Integration tests

Version

v0.4.0

@bdiptesh bdiptesh added feature New feature or request tests Integration/Unit tests labels Jan 20, 2022
@bdiptesh bdiptesh added this to the v0.4.0 milestone Jan 20, 2022
@bdiptesh bdiptesh self-assigned this Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request tests Integration/Unit tests
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant