Skip to content

feature_04_05_testing#14

Merged
MadhuTangudu merged 4 commits intotestingfrom
feature_04_05
Sep 28, 2021
Merged

feature_04_05_testing#14
MadhuTangudu merged 4 commits intotestingfrom
feature_04_05

Conversation

@bdiptesh
Copy link
Owner

@bdiptesh bdiptesh commented Sep 27, 2021

Description

Tree module including

  • Random Forest
  • XGBoost

Tickets

Type of change

Please select option(s) that are relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Unit/Integration tests in the code
  • Code runs locally without any warnings/errors with test files

Checklist:

  • New and existing unit tests pass locally with my changes
  • I have added tests including corner cases that prove my fix is effective or that my feature works
  • I have run tests before committing
  • My code follows the contribution guidelines of this project
  • I have performed a self & peer review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings/errors
  • Any dependent changes have been merged and published in downstream modules
  • Left side is NOT stable branch. Example: Left side is testing branch
  • Right side is YOUR branch. Example: feature_36

bdiptesh and others added 3 commits September 27, 2021 16:54
changelog:
- added RandomForest module with associated tests
changelog:
- added XGBoost module with associated tests
@bdiptesh bdiptesh added stats Statistics merge Merge labels Sep 27, 2021
@bdiptesh bdiptesh added this to the v0.4.0 milestone Sep 27, 2021
@bdiptesh bdiptesh self-assigned this Sep 27, 2021
changelog:
- combined RandomForest and XGBoost into one single module namely, tree
@MadhuTangudu MadhuTangudu merged commit 1c962f9 into testing Sep 28, 2021
@MadhuTangudu MadhuTangudu deleted the feature_04_05 branch September 28, 2021 06:21
@bdiptesh bdiptesh removed this from the v0.4.0 milestone Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge Merge stats Statistics

Projects

None yet

Development

Successfully merging this pull request may close these issues.

XGBoost Random forest

2 participants