This is a project showing my baby steps to learn data science
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
- Python3.6
- Anaconda
- sqlite 3 library to read the sql data
- pandas
- numpy
- matplotlib.pyplot
- sklearn.cluster
- sklearn.preprocessing
- customplot*
After installing anaconda succesufully run the command anaconda-navigator and launch jupyter notebook Some of the libraries are third parties hence you'll need pip or conda to install them note* customplot is a python file containing customized functions
For example;
pip install numpy
No tests yet
Not ready for deployment yet
- Jupyter Notebook -an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text.
- Anaconda - a free and open-source distribution of the Python and R programming languages for scientific computing, that aims to simplify package management and deployment.
This project is licensed under the MIT License - see the LICENSE.md file for details