Skip to content

ashish-y/Docker_Python_DataScience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Some DataScience Test with docker + python + SciKit-learn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages