.
├── 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
forked from drivendata/data-science-is-software
-
Notifications
You must be signed in to change notification settings - Fork 0
Just to Check this repository for data science projects
License
omer-parvez/data-science-is-software
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Just to Check this repository for data science projects
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Jupyter Notebook 82.9%
- Python 17.1%