Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Random forest #67
Random forest #67
Changes from all commits
1edb01d
929e2db
e0f72d4
10cd825
1e9719d
621ce50
ebe263c
62337e8
7d870c6
c569f11
14953c6
4841f98
1f989c4
27879a9
442d71b
53796b3
97be593
eb0ac7c
98a3d42
8bee547
20e9399
aedea1e
29ea575
b394ae5
ec10518
844bbaa
e21aa8c
432d874
d6d6e05
d059c7f
e6a8f13
737e183
f5d30b4
cac499b
c4d4e33
0de3d79
3fd78f5
1200803
a3bcf8c
a49a2d9
6a18757
5436c81
06ffbd2
ee70715
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
you are not using self.model_config for anything? How about RandomForestClassifier parameters?
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.
For now, I use it for everything, so I just added "model_class" in classifier model init and use default RandomForest values.