-
Notifications
You must be signed in to change notification settings - Fork 12
API 2: EnCluDl #388
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
base: main
Are you sure you want to change the base?
API 2: EnCluDl #388
Conversation
Co-authored-by: bthirion <[email protected]>
Co-authored-by: bthirion <[email protected]>
Co-authored-by: bthirion <[email protected]>
Co-authored-by: bthirion <[email protected]>
Co-authored-by: bthirion <[email protected]>
Co-authored-by: bthirion <[email protected]>
Co-authored-by: bthirion <[email protected]>
Co-authored-by: bthirion <[email protected]>
Co-authored-by: bthirion <[email protected]>
Co-authored-by: bthirion <[email protected]>
Co-authored-by: bthirion <[email protected]>
Co-authored-by: bthirion <[email protected]>
add new workflow
* fix ci * fix condition for ci * add comment
* remove the generation of example in parallel * remove option memory [skip tests] * add the tack of memory * fix issue of memory load from example fmri * fix example * remove error modification * fix codespell * fix number of jobs * fix example * remove parallization of short example * [skip tests] * update examples * remove modification [skip tests] * improve plot fmri
|
The example plot_2D_simulation_example.py and plot_fmri_data_example.py need to be fixed because the result is not the result expected for EnCluDL. The function declaration for the class of EnsembleClusteredInference needs to be added. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #388 +/- ##
==========================================
- Coverage 99.29% 98.30% -1.00%
==========================================
Files 24 22 -2
Lines 1277 1357 +80
==========================================
+ Hits 1268 1334 +66
- Misses 9 23 +14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR is based on
and
;
I merge Cluster Inference and Ensemble Cluster Inference because there was the same function only with bootstrapping.
For the moment, only Desparsified Lasso is possible for variable of importance but this can be extend at some point if it's necessary.