Nikhil2411 commited on
Commit
b99fdee
·
verified ·
1 Parent(s): 0de3683
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import numpy as np
6
  from sklearn.preprocessing import LabelEncoder
7
 
8
  # Load the trained model
9
- model = joblib.load(r".\mutual_fund_model.pkl")
10
 
11
  def predict_mutual_fund(min_sip, min_lumpsum, expense_ratio, fund_size_cr, fund_age_yr,
12
  fund_manager, sortino, alpha, sd, amc_name, rating,
 
6
  from sklearn.preprocessing import LabelEncoder
7
 
8
  # Load the trained model
9
+ model = joblib.load(r"mutual_fund_model.pkl")
10
 
11
  def predict_mutual_fund(min_sip, min_lumpsum, expense_ratio, fund_size_cr, fund_age_yr,
12
  fund_manager, sortino, alpha, sd, amc_name, rating,