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

09_score.sh 360 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. #!/usr/bin/env bash
  2. dvc run -d lendingclub/modeling/09_score.py \
  3. -d data/base_loan_info.fth \
  4. -d data/eval_loan_info.fth \
  5. -d lendingclub/modeling/models.py \
  6. -d lendingclub/modeling/08_train.py \
  7. -d modeling \
  8. -o data/eval_loan_info_scored.fth \
  9. -f run/09_score.dvc \
  10. python lendingclub/modeling/09_score.py -m catboost_both
Tip!

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

Comments

Loading...