-
Notifications
You must be signed in to change notification settings - Fork 2
About the Python libraries used in this repo
Khelil Sator edited this page Jun 20, 2019
·
2 revisions
I am using the following Python libraries in this repo
Scikit-Learn, also known as sklearn, is Python general-purpose machine learning library
Scikit-Learn is very versatile.
sklearn requires python 3
pip3 install sklearn
Arrays are used to store multiple values in one single variable.
An array is a kind of list.
All the elements in an array are the exact same type
The numpy python library will be used to handle arrays
Pandas is a python library for data manipulation. So you can manipulate a dataset with Pandas
matplotlib is a python plotting library
seaborn is a python data visualization library based on matplotlib
pip3 install seaborn