jpkarthikeyan commited on
Commit
7ac5f63
·
verified ·
1 Parent(s): cb518ff

Upload folder using huggingface_hub

Browse files
BagReg_RSCV.joblib CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd9c526bddd1dfa2f55dbad013f113e4c8a1857bd60d339babc712947fceba5c
3
- size 1092152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd6a4d0e904bc121d6e54b79014e1e709e42fb64024e8cb4f840643afd74034d
3
+ size 1105562
DTree_RSCV.joblib CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be4004c902f4e13371eb90fc79241c0fadeac14177bd6a5877a897cbb53afdd8
3
- size 169889
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fed89b67f295154fb1af2b6ad2c62c7457542966042df4c7af49990f69d2e10
3
+ size 176156
RndmFrstReg_RSCV.joblib CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:58bdda6bcee5c0927741e6f3edb0adc87567118f812c72941e1f6e405abd2fa1
3
- size 6684337
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3f8c4e28dbb9c6b868301ef0f57145eaf0aaead994cbb7f7cd5cd3e42b56af4
3
+ size 6698627
adaboost_RSCV.joblib CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:486d2a718dc85f26ada16f554409d0ad8fcdc9d256df4478dc0b8b2b873aaafe
3
- size 105720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8905d0822812cd2de264a732a45a6836550003e879718df22f1afac6f9705d35
3
+ size 117962
app.py CHANGED
@@ -55,11 +55,11 @@ def predict():
55
  'Age_Of_Store':float(data['Age_Of_Store'])
56
  }],columns=required_features)
57
 
58
- features_scaled = pipeline.transform(feature_for_prediction)
59
- logging.debug(f"Features scaled: {features_scaled}")
60
 
61
- prediction_gradboost = model_gradbosot.predict(features_scaled)[0]
62
- prediction_randFrst = model_rndmfrst.predict(features_scaled)[0]
63
 
64
  logging.debug(f"Prediction gradmodel: {prediction_gradboost}")
65
  logging.debug(f"Prediction RandmFrst: {prediction_randFrst}")
 
55
  'Age_Of_Store':float(data['Age_Of_Store'])
56
  }],columns=required_features)
57
 
58
+ #features_scaled = pipeline.transform(feature_for_prediction)
59
+ #logging.debug(f"Features scaled: {features_scaled}")
60
 
61
+ prediction_gradboost = model_gradbosot.predict(feature_for_prediction)[0]
62
+ prediction_randFrst = model_rndmfrst.predict(feature_for_prediction)[0]
63
 
64
  logging.debug(f"Prediction gradmodel: {prediction_gradboost}")
65
  logging.debug(f"Prediction RandmFrst: {prediction_randFrst}")
gradboost_RSCV.joblib CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f30fdc5ef7807e6eebb51a3e40e36fdc2c731cc787f9e832adf55b42ee11410b
3
- size 569801
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10748635102403eb14e3f861c5efe84bada390ed9d13a475b41b423f91982ad0
3
+ size 437486
pipeline.joblib CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d33b2639b50b24df13f49d5c2b45dd4aa78ba7292940b5ef3132ebc7d33f829
3
- size 5896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9e2ec55de8d4310ac906ed2027c19c4ab909cc5e1d0661de186a52d82c0d79
3
+ size 6421