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

pipeline-params.yml 531 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
  1. n_jobs: null
  2. num_cols__memory: null
  3. num_cols__simpleimputer__add_indicator: false
  4. num_cols__simpleimputer__copy: true
  5. num_cols__simpleimputer__fill_value: null
  6. num_cols__simpleimputer__missing_values: .nan
  7. num_cols__simpleimputer__strategy: mean
  8. num_cols__simpleimputer__verbose: 0
  9. num_cols__standardscaler__copy: true
  10. num_cols__standardscaler__with_mean: true
  11. num_cols__standardscaler__with_std: true
  12. num_cols__verbose: false
  13. passthrough: passthrough
  14. remainder: drop
  15. sparse_threshold: 1.0
  16. transformer_weights: null
  17. verbose: false
Tip!

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

Comments

Loading...