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 217 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. base:
  2. random_state: 42
  3. data:
  4. dataset_csv: 'data/raw/raw.csv'
  5. features_path: 'data/interim/featured_raw.csv'
  6. test_size: 0.2
  7. trainset_path: 'data/processed/train.csv'
  8. testset_path: 'data/processed/test.csv'
Tip!

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

Comments

Loading...