loopity_loop_CALL

This commit is contained in:
Tanushree Tunstall 2022-03-14 18:36:23 +00:00
parent 7aead2d4f4
commit 160053d361
5 changed files with 163 additions and 188 deletions

View file

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