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

06_data_and_eval_preparation.sh 489 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
  1. #!/usr/bin/env bash
  2. dvc run -d lendingclub/data_and_eval_preparation/06_data_and_eval_preparation.py \
  3. -d data/clean_loan_info.fth \
  4. -d data/clean_pmt_history.fth \
  5. -d data/strings_loan_info.fth \
  6. -o data/clean_loan_info_api_name_matched.fth \
  7. -o data/base_loan_info.fth \
  8. -o data/scaled_pmt_hist.fth \
  9. -o data/eval_loan_info.fth \
  10. -f run/06_data_and_eval_preparation.dvc \
  11. python lendingclub/data_and_eval_preparation/06_data_and_eval_preparation.py
Tip!

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

Comments

Loading...