Skip to content

docker-compose based assignment using IRIS dataset

Notifications You must be signed in to change notification settings

Vedha286/compose-iris

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Assignment

I used the Stars data set. This data set has the following columns:

  • Temperature -- K
  • Relative Luminosity -- L/Lo
  • Relative Radius -- R/Ro
  • Absolute Magnitude -- Mv
  • Color -- General Color of Spectrum
  • Spectral Class(SMASS) -- O,B,A,F,G,K,M - https://en.wikipedia.org/wiki/Asteroid_spectral_types
  • Type -- Red Dwarf, Brown Dwarf, White Dwarf, Main Sequence , Super Giants, Hyper Giants

Docker Demo/Assignment

https://github.com/PGCSEDS-IIITH/compose-iris contains code which demonstrates docker and docker-compose using the IRIS dataset (https://scikit-learn.org/stable/auto_examples/datasets/plot_iris_dataset.html)

Pre-requisites

  • Install docker
  • Install docker-compose

Running Instructions

  • Create a fork of the repo using the fork button.
  • Clone your fork using git clone https://www.github.com/<your-username>/compose-iris.git
  • Go to assignment task cd assignment
  • Build the images using docker-compose build
  • Spin up the containers using docker-compose up

Assignment Task

I used the Stars data set.

Submission

Submit a link to your forked repository

About

docker-compose based assignment using IRIS dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.4%
  • Dockerfile 6.6%