Docker_Python_DataScience icon indicating copy to clipboard operation
Docker_Python_DataScience copied to clipboard

Some DataScience Test with docker + python + SciKit-learn

Docker_Python_DataScience

Some DataScience Test with docker + python + SciKit-learn

Version 1

  • 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