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

train_forrest.dvc 752 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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  1. md5: 8d636bc937a970d978a1b8579dab1aae
  2. cmd: python src/random_forrest.py -i data/features/ -o data/models/r_forrest/
  3. deps:
  4. - md5: e918c4e9be1c0ca28db9c215f8c53d0b
  5. path: src/random_forrest.py
  6. - md5: ae8b2ac6927d2d20a0f6463223bb7c18.dir
  7. path: data/features
  8. - path: params.yaml
  9. params:
  10. forrest:
  11. n_estimators: 10
  12. max_samples: 30
  13. n_jobs: 4
  14. outs:
  15. - md5: 5d99a76c334bc8bb887be6fae149d5b5
  16. path: data/models/r_forrest/model.gz
  17. cache: true
  18. metric: false
  19. persist: false
  20. - md5: 3959a47a0d7e8c5d86cb7311233de61a
  21. path: data/models/r_forrest/params.yml
  22. cache: false
  23. metric: false
  24. persist: false
  25. - md5: 9557d79322df0547f376d61144a1af28
  26. path: data/models/r_forrest/metrics.csv
  27. cache: false
  28. metric: true
  29. persist: false
Tip!

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

Comments

Loading...