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

05_clean_loan_info.sh 404 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/csv_preparation/05_clean_loan_info.py \
  3. -d lendingclub/csv_preparation/clean_loan_info.py \
  4. -d data/raw_loan_info.fth \
  5. -d data/clean_pmt_history.fth \
  6. -o data/clean_loan_info.fth \
  7. -o data/strings_loan_info.fth \
  8. -f run/05_clean_loan_info.dvc \
  9. python lendingclub/csv_preparation/05_clean_loan_info.py
Tip!

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

Comments

Loading...