Some DataScience Test with docker + python + SciKit-learn
- Install Docker
- clone the Repo
- >docker build -t "tag_name" . (example - docker build -t dspython .)
- docker run "tag_name" (example - docker run dspython)
app.py:
Uses scikit-learn machine learning library (from requirements.txt) and takes sample fruit dataset (height,weight,texture) and predicts the fruit based on the input dataset.
#Docker #Python #SciKit-learn #MachineLearning