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

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

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

Comments

Loading...