-
Notifications
You must be signed in to change notification settings - Fork 9
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
sklearn compatibility #101
Conversation
@edwardwliu can you figure out why test is failing here? I've tried to do it, but it goes deep into logic (categorical feature mapping). |
70b6587
to
a1b0f64
Compare
@petrovicboban The issue was |
@edwardwliu thanks! I thought the issue was in calling function, because the test was failing when |
@edwardwliu I guess we should skip setting those parameters in |
@petrovicboban I see, let's only use the following parameters in
|
@edwardwliu it looks like we need to move these too:
because they depend on argument of |
I see, yes let's move those parameters to |
ab807cc
to
0e8115b
Compare
@edwardwliu can you check current test failures? One is related to you recent change (groups) and one is from check_estimator() |
@petrovicboban Both of these test cases should be passing be now. The estimator test was because we do not currently support a data type |
ae7357e
to
15b4b49
Compare
@edwardwliu this looks good for now. It fails only on estimator's pickle check. Probably because After we solve that, I need to improve |
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
It's passing with:
|
d39b195
to
a849644
Compare
New PR based on this one was created #146 |
No description provided.