added all_estimators
This commit is contained in:
parent
a590354f15
commit
39e72b2dfb
1 changed files with 3 additions and 0 deletions
|
@ -130,3 +130,6 @@ df2 = split_tts(df
|
||||||
|
|
||||||
all(df2['X'].columns.isin(['gene_name'])) # should be False
|
all(df2['X'].columns.isin(['gene_name'])) # should be False
|
||||||
|
|
||||||
|
from sklearn.utils import all_estimators
|
||||||
|
|
||||||
|
all_clfs = all_estimators(type_filter="classifier")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue