Commit fab18a1
committed
Add sklearn estimators feature_importances_ attribute
TODO:
- check whether feature_evaluated_importances_ and
feature_used_importances_ should be kept or not
- if not, then rename n_features_used_ to n_features_ and
feature_used_names_ to feature_names_.
- accordingly, update tests and sklearn samples to reflect these changes.1 parent babb123 commit fab18a1
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1817 | 1817 | | |
1818 | 1818 | | |
1819 | 1819 | | |
1820 | | - | |
| 1820 | + | |
| 1821 | + | |
1821 | 1822 | | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
1822 | 1827 | | |
1823 | 1828 | | |
1824 | 1829 | | |
| |||
2037 | 2042 | | |
2038 | 2043 | | |
2039 | 2044 | | |
| 2045 | + | |
2040 | 2046 | | |
2041 | 2047 | | |
2042 | 2048 | | |
| |||
0 commit comments