Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #370 +/- ##
==========================================
- Coverage 98.10% 98.08% -0.02%
==========================================
Files 22 22
Lines 1159 1148 -11
==========================================
- Hits 1137 1126 -11
Misses 22 22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I think it's better to remove the screening procedure from D0CRT and add the screening function and the fit_function in another file. |
bthirion
left a comment
There was a problem hiding this comment.
Thx. I think its' an improvement. Wondering if we can further simplify.
|
Would it actually make sense to have a |
This can provide confusion between |
bthirion
left a comment
There was a problem hiding this comment.
Almost ready to merge, thx !
|
|
||
| # to explain the data. While d0CRT can use any estimator, its distillation step | ||
| # restricts it from capturing variable interactions. A more advanced distillation | ||
| # approach, such as d1CRT, may help overcome this limitation. |
There was a problem hiding this comment.
If we provide no implementation of d1CRT, we should not make any claim on it.
There was a problem hiding this comment.
I removed the last sentence
Co-authored-by: lionel kusch <lionel.a.kusch@inria.fr>
Co-authored-by: lionel kusch <lionel.a.kusch@inria.fr>
…f-parameter-dictionaries' of github.com:mind-inria/hidimstat into 369-d0crt-accept-scikit-learn-models-directly-instead-of-parameter-dictionaries
…y-instead-of-parameter-dictionaries
Co-authored-by: lionel kusch <lionel.a.kusch@inria.fr>
Co-authored-by: lionel kusch <lionel.a.kusch@inria.fr>
Co-authored-by: lionel kusch <lionel.a.kusch@inria.fr>
lionelkusch
left a comment
There was a problem hiding this comment.
Propose you small modification for improving the code.
Co-authored-by: lionel kusch <lionel.a.kusch@inria.fr>
Co-authored-by: lionel kusch <lionel.a.kusch@inria.fr>
Co-authored-by: lionel kusch <lionel.a.kusch@inria.fr>
…f-parameter-dictionaries' of github.com:mind-inria/hidimstat into 369-d0crt-accept-scikit-learn-models-directly-instead-of-parameter-dictionaries
…y-instead-of-parameter-dictionaries
lionelkusch
left a comment
There was a problem hiding this comment.
thank you for the change.
_fit_lasso, replaced by cloned modelslasso_screenfor clarity