summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-11-27 17:14:30 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-11-27 17:14:30 +0530
commit7947a931d66697bca3af1003703296ee0edcdfd0 (patch)
tree3d5937307ec4c819b1ef619b42003dd9bff33278
parent02875a1d560cf483e9362db32aae81b50665e5ec (diff)
downloadautopredict-7947a931d66697bca3af1003703296ee0edcdfd0.tar.gz
autopredict-7947a931d66697bca3af1003703296ee0edcdfd0.tar.bz2
autopredict-7947a931d66697bca3af1003703296ee0edcdfd0.zip
Fixed typo in predict.py
-rw-r--r--predict.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/predict.py b/predict.py
index 6864f9c..707ef92 100644
--- a/predict.py
+++ b/predict.py
@@ -1,4 +1,4 @@
-mport joblib
+import joblib
import pandas as pd
# Load the model