Data Science Project Template
Project description
Data Science Project Template
A Python package for streamlining data science projects by providing a standardized folder structure and essential tooling.
Features
- Standardized project structure for data science workflows.
- Pre-configured directories for data, models, notebooks, and more.
- Ready-to-use integrations for cloud services (e.g., GCP), MLFlow, and S3 buckets.
- Modular and flexible for a variety of use cases.
Installation
Install the package using pip:
pip install data-science-project-template==0.1.0
## Usage
Initialize a new data science project using the template:
```bash
from data_science_project_template import initialize_project
initialize_project('my_new_project')
##Folder Structure
├── data/ # Raw, processed, and interim data
├── models/ # Trained models and serialized outputs
├── notebooks/ # Jupyter notebooks for exploration and analysis
├── src/ # Source code for ETL, feature engineering, and model building
├── config/ # Configuration files for experiments and pipelines
└── docs/ # Documentation and references
## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any feature requests or bug fixes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file data_science_project_template-0.2.3.tar.gz.
File metadata
- Download URL: data_science_project_template-0.2.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74062fedbeff304f3c66cb4dd33920d9df8fe1bf493cb48c51e6faf62ce98af7
|
|
| MD5 |
bc64b4e9bd4e1bb657067174969150f4
|
|
| BLAKE2b-256 |
6a12a673887c001f85cc641fa2c255f53d7138ccc4fd6cc27234b8fbfe701612
|
File details
Details for the file data_science_project_template-0.2.3-py3-none-any.whl.
File metadata
- Download URL: data_science_project_template-0.2.3-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b94e3ca248218668c4b0ad41ac182445223e66c90de0edaffcbf2e51c47518e7
|
|
| MD5 |
7be71829c6cc5f7386b14b73434da64f
|
|
| BLAKE2b-256 |
1928871657bfe545b1cee8f7a6f00784854d8261a56a2314995c54a0afa1ec9d
|