-
Notifications
You must be signed in to change notification settings - Fork 23
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
Trees Module #351
Trees Module #351
Conversation
Codecov Report
@@ Coverage Diff @@
## master #351 +/- ##
=======================================
Coverage 97.77% 97.77%
=======================================
Files 38 39 +1
Lines 4001 4004 +3
=======================================
+ Hits 3912 3915 +3
Misses 89 89
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This small change would be nice (not exposing "private" objects of the module)
@@ -1,5 +1,4 @@ | |||
import tempfile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please consider exposing only objects that are necessary in dislib/regression/init.py
(currently all of them are exposed)
@@ -8,7 +8,7 @@ | |||
from sklearn.tree import DecisionTreeClassifier as SklearnDTClassifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please consider exposing only objects that are necessary in dislib/regression/init.py
(currently all of them are exposed)
@@ -8,13 +8,14 @@ | |||
from sklearn.base import BaseEstimator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please consider exposing only objects that are necessary in dislib/regression/init.py
(currently all of them are exposed)
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #(issue_number)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. If you haven't added any test and it is relevant provide instructions so we can reproduce.
test_rf.py
]RFTest.test_make_classification
]Reproduce instructions:
Checklist: