Skip to content

swalehmwadime/G00dlife-datascience

Data Science Project Repository

Open In Colab

Project Overview

  • Comprehensive guide for anyone interested in learning and applying data science from scratch.

Table of Contents

  1. Introduction
  2. Getting Started
  3. Project Structure
  4. Notebooks
  5. Machine Learning Projects
  6. Dataset
  7. Contributing
  8. License

Introduction

Data Science is essentially the study of data. We will be transforming raw data into valuable insights and actionable information.

Getting Started

Prerequisites

Ensure you have the following prerequisites installed:

Install the required dependencies:

pip install -r requirements.txt

Project Structure

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: Open In Colab
  • Solutions -Intro to Python: Open In Colab

Contributing

Licence

  • This repository is licenced under Apache-2.0 ,refer to the LICENCE.md for more details.