-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
[WIP] Storing the best attributes of (non-GridSearch) CV models #5498
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
Conversation
If anyone wants to work on this during the sprint, please let me know! |
@@ -1338,6 +1359,15 @@ class LassoLarsIC(LassoLars): | |||
alphas. The alpha which has the smallest information criteria | |||
is chosen. | |||
|
|||
``best_score_`` : float |
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.
I think we don't need the ticks here any more.
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.
@amueller More detail on this, please ?
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.
I suppose that Andreas Mueller should answer this but it seems what he meant is the ticks `` are not needed. It is to bold the text., but now it is done by default for the attributes. Hope it helps
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.
@maniteja123 , yeah. Made sense. thanks!
If there are new contributors willing to pick this up during the sprint, it would be great. If it remains unaddressed then I'll fix it. |
@MechCoder Could I take this up?? |
Please ! |
@MechCoder @rvraghav93 Ping. Shall i take this up ? |
Please do :) |
@rvraghav93 @MechCoder , A quick question, i've added this branch as my remote, made the changes and pushed it to my fork. Should i open a new PR ? |
I think you could cherry-pick the commits alone from this branch into your new branch (checked out from the current master), and fix merge conflicts if any ( |
@rvraghav93 I guess travis would still fail, haven't checked that. I'll make a new PR |
Continuation of work done by @eshillts .