Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#1 New run

Open
Martin Daniel wants to merge 1 commits into martintali:master from martintali:test1
@@ -1,23 +1,9 @@
-model__bootstrap: true
-model__ccp_alpha: 0.0
-model__class_weight: balanced
-model__criterion: gini
-model__max_depth: 50
-model__max_features: auto
-model__max_leaf_nodes: null
-model__max_samples: null
-model__min_impurity_decrease: 0.0
-model__min_impurity_split: null
-model__min_samples_leaf: 1
-model__min_samples_split: 2
-model__min_weight_fraction_leaf: 0.0
-model__n_estimators: 100
-model__n_jobs: null
-model__oob_score: false
+model__algorithm: SAMME.R
+model__base_estimator: null
+model__learning_rate: 1.0
+model__n_estimators: 50
 model__random_state: 42
 model__random_state: 42
-model__verbose: 0
-model__warm_start: false
-model_class: RandomForestClassifier
+model_class: AdaBoostClassifier
 tfidf__analyzer: word
 tfidf__analyzer: word
 tfidf__binary: false
 tfidf__binary: false
 tfidf__decode_error: strict
 tfidf__decode_error: strict
Discard
Tip!

Press p or to see the previous file or, n or to see the next file