- Comprehensive guide for anyone interested in learning and applying data science from scratch.
- Introduction
- Getting Started
- Project Structure
- Notebooks
- Machine Learning Projects
- Dataset
- Contributing
- License
Data Science is essentially the study of data. We will be transforming raw data into valuable insights and actionable information.
Ensure you have the following prerequisites installed:
- Python (version 3.12)
- Jupyter Notebooks
- Pandas
- NumPy
- Matplotlib
- Anaconda
- Vscode
- We shall be using Google colab for this repo
- [Additional libraries as needed]
Install the required dependencies:
pip install -r requirements.txt
The repository is organized as follows:
G00dlife-datascience/
|-- notebooks/
|-- data/
|-- scripts/
|-- models/
|-- README.md
|-- requirements.txt
- Notebooks: All the notebooks in this repository are located here.
- Scripts: Project write ups and necessary documents here
- Introduction to Python Exercise:
- Solutions -Intro to Python:
- Check Contributing.md for guidlines on how to contribute.
- If you find any issues or have suggestions, feel free to open an issue
or submit a pull request.
- This repository is licenced under Apache-2.0 ,refer to the LICENCE.md for more details.