added all_estimators

This commit is contained in:
Tanushree Tunstall 2022-07-16 13:32:19 +01:00
parent a590354f15
commit 39e72b2dfb

View file

@ -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")