Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

dvc.yaml 819 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
20
21
22
23
24
25
26
27
28
29
30
  1. # regex:
  2. # cmd: python ./models_scripts/regex.py ${GRAPH_VER} ${DATASET_PATH}
  3. # deps:
  4. # - ./data/code_blocks_clean.csv.
  5. # params:
  6. # - GRAPH_VER
  7. # - regex.DATASET_PATH
  8. # - regex.evaluation
  9. # outs:
  10. # - ./data/code_blocks_regex_graph_v${GRAPH_VER}.csv
  11. # train_logreg:
  12. # cmd: python ./models_scripts/logreg_classifier.py ${GRAPH_VER} ${DATASET_PATH}
  13. # deps:
  14. # - ./data/code_blocks_regex_graph_v${GRAPH_VER}.csv
  15. # params:
  16. # - GRAPH_VER
  17. # - train_logreg.DATASET_PATH
  18. # outs:
  19. # - ./models/_regex_graph_v${GRAPH_VER}.sav
  20. # train_svm:
  21. # cmd: python ./models_scripts/svm_classifier.py ${GRAPH_VER} ${DATASET_PATH}
  22. # deps:
  23. # - ./data/code_blocks_regex_graph_v${GRAPH_VER}.csv
  24. # params:
  25. # - GRAPH_VER
  26. # - train_svm.DATASET_PATH
  27. # outs:
  28. # - ./models/_regex_graph_v${GRAPH_VER}.sav
Tip!

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

Comments

Loading...