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

config.ini 252 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
13
14
15
16
17
18
  1. [Paths]
  2. prj_root = ..
  3. scripts = lendingclub
  4. data = data
  5. csv_data = data/csvs
  6. [downloading_LC_csvs]
  7. dir = csv_dl_archiving
  8. entry_point = 01_download_and_check_csvs.py
  9. datadir_out = 02_working_csvs
  10. [processing_raw_csvs]
  11. [splitting_data]
  12. [modeling]
Tip!

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

Comments

Loading...