Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raminbadri/machine-learning-with-python
- Owner: raminBadri
- Created: 2024-11-03T14:24:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T09:10:04.000Z (about 2 months ago)
- Last Synced: 2024-11-17T10:19:36.053Z (about 2 months ago)
- Topics: classification, clustering, data-science, jupyter-notebook, machine-learning, matplotlib, numpy, pandas, python3, regreession, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 659 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
* MatplotlibAll you need is to install them before using by:
```python
{
pip install
}
```
Later in code import them using:
```python
{
import
OR
from import
}
```