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 341 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
  1. PATHS:
  2. raw_data: data/raw/hour.csv
  3. preprocessed_data: data/preprocessed/hour_clean.csv
  4. train: data/preprocessed/train.csv
  5. test: data/preprocessed/test.csv
  6. cb_features:
  7. target: 'cnt'
  8. feature_names: ['season', 'yr', 'mnth', 'hr', 'holiday', 'weekday', 'workingday', 'weathersit', 'temp', 'hum', 'windspeed']
  9. split:
  10. ratio: 0.2
Tip!

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

Comments

Loading...