. ├── data │ └── raw │ ├── pumps_train_labels.csv │ └── pumps_train_values.csv ├── LICENSE ├── notebooks │ ├── labs │ │ ├── 2.0-environment-lab.ipynb │ │ ├── 2.0-environment-solution.ipynb │ │ ├── 3.0-refactoring-lab.ipynb │ │ ├── 3.0-refactoring-solution.ipynb │ │ └── 4.0-testing-lab.ipynb │ └── lectures │ ├── 2.0-environment.ipynb │ ├── 3.0-refactoring.ipynb │ └── 4.0-testing.ipynb ├── README.md ├── requirements.txt ├── setup.cfg └── src ├── features │ ├── build_features.py │ └── preprocess_solution.py ├── __init__.py ├── mcmc │ └── hamiltonian.py ├── model │ └── train_model_solution.py ├── tests │ ├── example.py │ ├── __init__.py │ ├── test_example.py │ └── test_lab4_solutions.py └── utils.py - Notifications
You must be signed in to change notification settings - Fork 122
License
drivendata/data-science-is-software
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
