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.yaml 284 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
  1. preprocess:
  2. input: data/raw/diabetes.csv
  3. output: data/processed/diabetes.csv
  4. train:
  5. data: data/processed/diabetes.csv
  6. model: models/diabetes_model.pkl
  7. random_state: 42
  8. n_estimators: [100,200]
  9. max_depth: [5,10,None]
  10. min_samples_split: [2,5]
  11. min_samples_leaf: [1,2]
Tip!

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

Comments

Loading...