Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pandas as pd
import numpy as np

# ML Pkg
# ML Pkg Add requirements text file with new dependencies vesrions.
from sklearn.externals import joblib


Expand Down Expand Up @@ -60,4 +60,5 @@ def analyze():


if __name__ == '__main__':
app.run(debug=True)
app.run(debug=True)