Skip to content

Commit

Permalink
#7; add initial project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi8893 committed Jul 2, 2021
1 parent d52333c commit 42f7e9f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mlops/mpg-pred-end-to-end-ml/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
venv-*
data/*
!.keep
Empty file.
1 change: 1 addition & 0 deletions mlops/mpg-pred-end-to-end-ml/notebooks/00-EDA.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"name":"00-EDA.ipynb","provenance":[],"collapsed_sections":[],"authorship_tag":"ABX9TyMQhdWuCkCXfys9AKHjg9VJ"},"kernelspec":{"name":"python3","display_name":"Python 3"},"language_info":{"name":"python"}},"cells":[{"cell_type":"markdown","metadata":{"id":"15SaXqzIKWFV"},"source":["# Exploratory Data Analysis\n"]},{"cell_type":"code","metadata":{"id":"rlCI6y0oKeyC"},"source":[""],"execution_count":null,"outputs":[]}]}
7 changes: 7 additions & 0 deletions mlops/mpg-pred-end-to-end-ml/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pandas
numpy
sklearn
flask
matplotlib
gunicorn
seaborn
Empty file.

0 comments on commit 42f7e9f

Please sign in to comment.