-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Louquinze development #1578
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
Louquinze development #1578
Conversation
…Louquinze-development
eddiebergman
left a comment
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.
Looks mostly good as far as I can tell, I didn't read the test file.
One small nitpick about a comment that has an assumption which could just as well be an assert, but otherwise looks good and mostly the same.
I'll have a quick look commit by commit as well just to make it easier
autosklearn/pipeline/components/data_preprocessing/text_encoding/tfidf_encoding.py
Show resolved
Hide resolved
autosklearn/pipeline/components/data_preprocessing/text_encoding/tfidf_encoding.py
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## development #1578 +/- ##
===============================================
+ Coverage 84.68% 84.71% +0.02%
===============================================
Files 157 155 -2
Lines 11981 11898 -83
Branches 2066 2058 -8
===============================================
- Hits 10146 10079 -67
+ Misses 1284 1268 -16
Partials 551 551 |
Follow-up on #1575