Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raminbadri/machine-learning-with-python

This where I will upload all my machine learning projects and samples
https://github.com/raminbadri/machine-learning-with-python

classification clustering data-science jupyter-notebook machine-learning matplotlib numpy pandas python3 regreession scikit-learn

Last synced: about 2 months ago
JSON representation

This where I will upload all my machine learning projects and samples

Awesome Lists containing this project

README

        

# Machine-Learning-with-python

### This is where I will upload all my machine-learning samples and practices.

* You will find all the necessary files in the repository's *main branch*.
* All *data files* are included so feel free to do your own practice.
* Note that all files are done via *Jupyter Notebook* in *Python 3.12*

All samples are done via:

* Python ver 3.12
* Pandas
* Numpy
* Scikit-learn
* Matplotlib

All you need is to install them before using by:
```python
{
pip install
}
```
Later in code import them using:
```python
{
import
OR
from import
}
```