https://github.com/scifer99/data-visualization-relationship-distribution-comparison-composition-in-machine-learning
If we want to visualize what's going on in Machine Learning/AI development, here are 4 ways to do so!
https://github.com/scifer99/data-visualization-relationship-distribution-comparison-composition-in-machine-learning
ai machine-learning software-engineering
Last synced: 4 months ago
JSON representation
If we want to visualize what's going on in Machine Learning/AI development, here are 4 ways to do so!
- Host: GitHub
- URL: https://github.com/scifer99/data-visualization-relationship-distribution-comparison-composition-in-machine-learning
- Owner: SCIFER99
- License: unlicense
- Created: 2022-11-28T17:40:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T18:02:14.000Z (over 2 years ago)
- Last Synced: 2025-01-07T14:22:14.558Z (6 months ago)
- Topics: ai, machine-learning, software-engineering
- Language: Python
- Homepage:
- Size: 478 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data-Visualization-Relationship-Distribution-Comparison-Composition-in-Machine-Learning
If we want to visualize what's going on in Machine Learning/AI development, here are 4 ways to do so!Step1: Make sure you have these packages installed before implementation:
pip3 install pandas
pip3 install matplotlib
Step2: Even though I developed this in an IDE, it is best seen in Jupyter Notebooks (as mentioned in the script)Happy Coding!