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

08_train.sh 288 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/08_train.py \
  3. -d data/train_test_ids.pkl \
  4. -d data/base_loan_info.fth \
  5. -d data/eval_loan_info.fth \
  6. -o modeling/ \
  7. -f run/08_train.dvc \
  8. python lendingclub/modeling/08_train.py -m "catboost_regr catboost_clf"
Tip!

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

Comments

Loading...