Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scifer99/simple-group-level-aggregations-in-python-for-machine-learning
Practice for Machine Learning & A.I. Engineering
https://github.com/scifer99/simple-group-level-aggregations-in-python-for-machine-learning
ai machine-learning software-engineering
Last synced: 1 day ago
JSON representation
Practice for Machine Learning & A.I. Engineering
- Host: GitHub
- URL: https://github.com/scifer99/simple-group-level-aggregations-in-python-for-machine-learning
- Owner: SCIFER99
- Created: 2022-11-28T17:13:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T17:29:40.000Z (about 2 years ago)
- Last Synced: 2024-11-10T12:06:00.502Z (about 2 months ago)
- Topics: ai, machine-learning, software-engineering
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple-Group-Level-Aggregations-in-Python-for-Machine-Learning
Step1: make sure you install the following package:
pip3 install pandasStep2: I wrote this in a Python IDE. However, it is best viewed in Jupyter Notebook as I mentioned in the script.
Happy Coding!