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.yml 663 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
  1. family_size: '{''Married'': 2, ''Together'': 2, ''Absurd'': 1, ''Widow'': 1, ''YOLO'':
  2. 1, ''Divorced'': 1, ''Single'': 1, ''Alone'': 1}'
  3. keep_columns: '[''Income'', ''Recency'', ''NumWebVisitsMonth'', ''AcceptedCmp3'',
  4. ''AcceptedCmp4'', ''AcceptedCmp5'', ''AcceptedCmp1'', ''AcceptedCmp2'', ''Complain'',
  5. ''Response'', ''age'', ''total_purchases'', ''enrollment_years'', ''family_size'']'
  6. model:
  7. algorithm: auto
  8. copy_x: true
  9. init: k-means++
  10. max_iter: 300
  11. n_clusters: '4'
  12. n_init: 10
  13. random_state: null
  14. tol: 0.0001
  15. verbose: 0
  16. model_class: KMeans
  17. name: process_1
  18. num_columns: 14
  19. remove_outliers_threshold: '{''age'': 90, ''Income'': 600000}'
Tip!

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

Comments

Loading...