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

10_evaluate.sh 302 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. #!/usr/bin/env bash
  2. dvc run -d lendingclub/modeling/10_evaluate.py \
  3. -d data/eval_loan_info_scored.fth \
  4. -m results/default_rate.json \
  5. -m results/return.json \
  6. -m results/smbm_return.json \
  7. -f run/10_evaluate.dvc \
  8. python lendingclub/modeling/10_evaluate.py -m logistic_regr
Tip!

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

Comments

Loading...