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

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. DATASET_PATH: ./data/code_blocks_regex_graph_v6.csv
  2. GRAPH_VER: 6
  3. label: '[''import'', ''data_import'', ''data_export'', ''preprocessing'', ''visualization'',
  4. ''model'', ''deep_learning_model'', ''train'', ''predict'']'
  5. max_df: 0.3
  6. min_df: 5
  7. model: ./models/logreg_regex_graph_v6.sav
  8. nrows: 225565
  9. script_dir: logreg_classifier.ipynb
  10. smooth_idf: true
  11. task: training and evaluation
Tip!

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

Comments

Loading...