Commit ae16933
Create a base for managing groups of features. (#357)
* separate the management of the group from base permutation
* fix some error
* fix tests
* fix examples
* fix declaration in the API
* change name of groups
* update docstring
* fix doc
* rename class
* Apply suggestions from code review
Co-authored-by: Joseph Paillard <joseph.paillard@inria.fr>
* chaneg features to feature
* rename features to feature
* groups in the init
* fix test
* fix spelling
* fix return
* fix docstring
* fix format
* fix examples
[skip tests]
* add fit method
* Improve docstring
* fix bug
* Update src/hidimstat/base_variable_importance.py
Co-authored-by: bthirion <bertrand.thirion@inria.fr>
* fix suggestion
* Apply suggestion from @bthirion
Co-authored-by: bthirion <bertrand.thirion@inria.fr>
* Update src/hidimstat/base_variable_importance.py
Co-authored-by: bthirion <bertrand.thirion@inria.fr>
* Update src/hidimstat/conditional_feature_importance.py
Co-authored-by: bthirion <bertrand.thirion@inria.fr>
* fix docstring
* fix docstring
* error
* Update condition of the string
* sort features
* fix a bug
* fix test
* fix docstring
* fix tests
* fix function plot
* fix example
* create a new check
* move check_fetaure type in CFI
* Update src/hidimstat/leave_one_covariate_out.py
Co-authored-by: Joseph Paillard <joseph.paillard@inria.fr>
* Update src/hidimstat/leave_one_covariate_out.py
Co-authored-by: Joseph Paillard <joseph.paillard@inria.fr>
* Update src/hidimstat/leave_one_covariate_out.py
Co-authored-by: Joseph Paillard <joseph.paillard@inria.fr>
* Update src/hidimstat/leave_one_covariate_out.py
Co-authored-by: Joseph Paillard <joseph.paillard@inria.fr>
* Update src/hidimstat/leave_one_covariate_out.py
Co-authored-by: Joseph Paillard <joseph.paillard@inria.fr>
* Update src/hidimstat/leave_one_covariate_out.py
Co-authored-by: Joseph Paillard <joseph.paillard@inria.fr>
* add option for parameters
* homogeneis name for features
* update
* fix minimal version for test
* [DOC] User guide section 3. model-agnostic methods: CFI (#402)
* first commit
* add section structure
* [doc quick] [skip tests] skip
* missing .rst? [doc quick] [skip tests]
* fix link [doc quick] [skip tests]
* add CFI fiirst draft and TSI [doc quick] [skip tests]
* missing space? [doc quick] [skip tests]
* replace space
* [doc quick] [skip tests]
* add ref and note section [doc quick] [skip tests]
* add code snippets
* typo cfi [doc quick] [skip tests]
* add total sobol index ref [doc quick] [skip tests]
* add copy button [doc quick] [skip tests]
* missing sphinx requirements [quick doc] [skip tests]
* add copybutton config
* [doc quick] [skip tests]
* solve example test
* clarify "sub-model" for classif and regression
* trry add figure + update note
* add intro
* try fix image path
* trigger CI
* try not to scale
* definition
* try image
* [skip tests] trigger CI
* [tests skip] another one
* trigger CI
* back to figure
* add inference section
* add reff
* skip tests
* [skip tests]
* Update docs/src/model_agnostic_methods/conditional_feature_importance.rst
Co-authored-by: lionel kusch <lionel.kusch@grenoble-inp.org>
* [skip tests] format bullet
* rephrase not
* [skip tests]
* [skip tests]
* [skip tests] linkcheck generated ignore images
* [skip tests] linkcheck generated ignore
* review
* trigger CI
* Update docs/src/model_agnostic_methods/conditional_feature_importance.rst
Co-authored-by: Ángel Reyero Lobo <angelreyerolobo@gmail.com>
* Update docs/src/model_agnostic_methods/conditional_feature_importance.rst
Co-authored-by: Ángel Reyero Lobo <angelreyerolobo@gmail.com>
* Update docs/src/model_agnostic_methods/conditional_feature_importance.rst
Co-authored-by: Ángel Reyero Lobo <angelreyerolobo@gmail.com>
* Update docs/src/model_agnostic_methods/conditional_feature_importance.rst
Co-authored-by: Ángel Reyero Lobo <angelreyerolobo@gmail.com>
* genetic example
* Update docs/src/model_agnostic_methods/conditional_feature_importance.rst
Co-authored-by: Ángel Reyero Lobo <angelreyerolobo@gmail.com>
* Update docs/src/model_agnostic_methods/conditional_feature_importance.rst
Co-authored-by: Ángel Reyero Lobo <angelreyerolobo@gmail.com>
* Update docs/src/model_agnostic_methods/conditional_feature_importance.rst
Co-authored-by: Ángel Reyero Lobo <angelreyerolobo@gmail.com>
* Update docs/src/model_agnostic_methods/total_sobol_index.rst
Co-authored-by: Ángel Reyero Lobo <angelreyerolobo@gmail.com>
* Update docs/src/model_agnostic_methods/conditional_feature_importance.rst
Co-authored-by: bthirion <bertrand.thirion@inria.fr>
* Update docs/src/model_agnostic_methods/conditional_feature_importance.rst
Co-authored-by: bthirion <bertrand.thirion@inria.fr>
* Update docs/src/model_agnostic_methods/total_sobol_index.rst
Co-authored-by: Ángel Reyero Lobo <angelreyerolobo@gmail.com>
---------
Co-authored-by: jpaillard <joseph.paillard@inria.fr>
Co-authored-by: lionel kusch <lionel.kusch@grenoble-inp.org>
Co-authored-by: Ángel Reyero Lobo <angelreyerolobo@gmail.com>
Co-authored-by: bthirion <bertrand.thirion@inria.fr>
* add an exception
* Add a black line at this of the file of documentation
[skip tests]
---------
Co-authored-by: Joseph Paillard <joseph.paillard@inria.fr>
Co-authored-by: bthirion <bertrand.thirion@inria.fr>
Co-authored-by: antoinebaker <antoinebaker@users.noreply.github.com>
Co-authored-by: Ángel Reyero Lobo <angelreyerolobo@gmail.com>1 parent f8b5446 commit ae16933
File tree
25 files changed
+556
-308
lines changed- docs/src
- model_agnostic_methods
- examples
- src/hidimstat
- test
- tools/documentation_developer
25 files changed
+556
-308
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
80 | | - | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
0 commit comments