Commit e3c9208
Random state in feature selection (ppdebreuck#168)
* Upgraded pymatgen and matminer requirements
* backward compatibility warning
* Possibility to remove all NaNs features or not after featurization.
* Arg in featurize.
* Arg in preset because there are clean_df there as well.
* Easier setting of drop_allnan.
* Let this for another PR.
* Possibility to tune random_state in feature selection. Useful when segfaults appear with very small datasets (testing).
* update doscstring
---------
Co-authored-by: ppdebreuck <pierre-paul.debreuck@student.uclouvain.be>1 parent f49b1ca commit e3c9208
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
805 | 805 | | |
806 | 806 | | |
807 | 807 | | |
| 808 | + | |
808 | 809 | | |
809 | 810 | | |
810 | 811 | | |
| |||
823 | 824 | | |
824 | 825 | | |
825 | 826 | | |
| 827 | + | |
826 | 828 | | |
827 | 829 | | |
828 | 830 | | |
| |||
867 | 869 | | |
868 | 870 | | |
869 | 871 | | |
870 | | - | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
871 | 877 | | |
872 | 878 | | |
873 | 879 | | |
| |||
897 | 903 | | |
898 | 904 | | |
899 | 905 | | |
| 906 | + | |
900 | 907 | | |
901 | 908 | | |
902 | 909 | | |
| |||
0 commit comments