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 478 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
  1. C: 100
  2. DATASET_PATH: ./data/code_blocks_regex_graph_v6.csv
  3. GRAPH_VER: 6
  4. kernel: linear
  5. label: '[''import'', ''data_import'', ''data_export'', ''preprocessing'', ''visualization'',
  6. ''model'', ''deep_learning_model'', ''train'', ''predict'']'
  7. max_df: 0.3
  8. min_df: 5
  9. model: ./models/svm_regex_graph_v6.sav
  10. nrows: 225565
  11. random_state: 241
  12. script_dir: c:/Users/Alex/OneDrive/Education/HSE/NL2ML/source_code_classification/svm_train.py
  13. smooth_idf: true
  14. task: training and evaluation
Tip!

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

Comments

Loading...