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

07_create_train_test.sh 383 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. dvc run -d lendingclub/data_and_eval_preparation/07_create_train_test.py \
  3. -d data/strange_pmt_hist_ids.pkl \
  4. -d data/base_loan_info.fth \
  5. -d data/eval_loan_info.fth \
  6. -o data/train_test_ids.pkl \
  7. -o data/bootstrap_test_idx.pkl \
  8. -f run/07_create_train_test.dvc \
  9. python lendingclub/data_and_eval_preparation/07_create_train_test.py
Tip!

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

Comments

Loading...