-
Notifications
You must be signed in to change notification settings - Fork 90
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
adding code for existing scikit learn model #531
Conversation
egillax
commented
Jan 21, 2025
- code that lets users plug in scikit learn models into the PLP framework
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #531 +/- ##
===========================================
+ Coverage 87.44% 87.54% +0.09%
===========================================
Files 49 50 +1
Lines 10913 10967 +54
===========================================
+ Hits 9543 9601 +58
+ Misses 1370 1366 -4 ☔ View full report in Codecov by Sentry. |
…s for decision trees" This reverts commit 2a2a8ff.
@jreps I've made a PR from your branch with the code to convert a sklearn model to PLP.
Please review and let me know what you think! |
Looks good to me! Nice idea with removing the names for simplicity. |