Skip to content

rahulmisal27/Data_Science

Repository files navigation

Data Science

============================== This Repository is about the all Data Science models written so far.

Project Organization

.
├── LICENSE
├── Makefile
├── README.md
├── data
│   ├── external
│   ├── interim
│   ├── processed
│   └── raw
│       └── countries of the world.csv
├── docs
│   ├── Makefile
│   ├── commands.rst
│   ├── conf.py
│   ├── getting-started.rst
│   ├── index.rst
│   └── make.bat
├── models
├── notebooks
│   ├── Linear_Regression (1).ipynb
│   ├── Linear_Regression.ipynb
│   ├── MNIST dataset using sklearn (1).ipynb
│   ├── MNIST dataset using sklearn.ipynb
│   ├── MNIST dataset with Keras.ipynb
│   ├── mnist dataset.ipynb
│   ├── practice.ipynb
│   └── world-data-analysis.ipynb
├── references
├── reports
│   └── figures
├── requirements.txt
├── setup.py
├── src
│   ├── __init__.py
│   ├── data
│   │   ├── __init__.py
│   │   └── make_dataset.py
│   ├── features
│   │   ├── __init__.py
│   │   └── build_features.py
│   ├── models
│   │   ├── __init__.py
│   │   ├── predict_model.py
│   │   └── train_model.py
│   └── visualization
│       ├── __init__.py
│       └── visualize.py
├── test_environment.py
└── tox.ini

About

This Repository is about the all Data Science models written so far.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages