loopity_loop_CALL
This commit is contained in:
parent
7aead2d4f4
commit
160053d361
5 changed files with 163 additions and 188 deletions
|
@ -165,8 +165,8 @@ nb = BernoulliNB()
|
|||
rf = RandomForestClassifier(**rs)
|
||||
|
||||
clfs = [('Logistic Regression', log_reg)
|
||||
,('Naive Bayes', nb)
|
||||
, ('Random Forest' , rf)
|
||||
#,('Naive Bayes', nb)
|
||||
#, ('Random Forest' , rf)
|
||||
]
|
||||
|
||||
#seed_skf = 42
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue