https://github.com/waseemofficial/ml-practice
ML Practice
https://github.com/waseemofficial/ml-practice
data data-analysis jupyter-notebook machine-learning ml python
Last synced: 3 months ago
JSON representation
ML Practice
- Host: GitHub
- URL: https://github.com/waseemofficial/ml-practice
- Owner: waseemofficial
- Created: 2024-07-15T12:20:12.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T17:45:07.000Z (12 months ago)
- Last Synced: 2025-02-06T09:47:32.738Z (5 months ago)
- Topics: data, data-analysis, jupyter-notebook, machine-learning, ml, python
- Language: Jupyter Notebook
- Homepage:
- Size: 15.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
---
### Languages







### Technologies










---
# ML Practice
Helper Note
`pip install ucimlrepo`
```py
from ucimlrepo import fetch_ucirepo
# fetch dataset
seoul_bike_sharing_demand = fetch_ucirepo(id=560)
# data (as pandas dataframes)
X = seoul_bike_sharing_demand.data.features
y = seoul_bike_sharing_demand.data.targets
# metadata
print(seoul_bike_sharing_demand.metadata)
# variable information
print(seoul_bike_sharing_demand.variables)```
### Resources
`https://archive.ics.uci.edu/datasets` dataset's