WSYAM806 commited on
Commit
28fa58d
1 Parent(s): 7b05577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with App:
41
  'Trans Withdrawal_y', 'total_balance', 'Payment of Statement',
42
  'Interest Credit', 'Standard Payment', 'transaction_count',
43
  'Trans_Credit']
44
- n_components = joblib.load('n_components.txt')
45
  pipeline = joblib.load('pipeline.pkl')
46
 
47
  df = pd.read_csv('df_trans.csv')
 
41
  'Trans Withdrawal_y', 'total_balance', 'Payment of Statement',
42
  'Interest Credit', 'Standard Payment', 'transaction_count',
43
  'Trans_Credit']
44
+ n_components = 2
45
  pipeline = joblib.load('pipeline.pkl')
46
 
47
  df = pd.read_csv('df_trans.csv')