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

params.json 212 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. {
  2. "model__n_estimators": 200,
  3. "model__min_samples_split": 2,
  4. "model__min_samples_leaf": 1,
  5. "model__max_features": "sqrt",
  6. "model__max_depth": 20,
  7. "model__class_weight": "balanced"
  8. }
Tip!

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

Comments

Loading...