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 251 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
  1. C: 100
  2. data: ./data/chunks_20_validate.csv
  3. kernel: linear
  4. label: tag
  5. max_df: 0.3
  6. min_df: 5
  7. model: ./models/svm_regex_graph_v3.sav
  8. nrows: 280
  9. random_state: 241
  10. script_dir: logreg_classifier.ipynb
  11. smooth_idf: true
  12. task: evaluation/validation
  13. verbose: 1
Tip!

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

Comments

Loading...