b22ee075 commited on
Commit
eed04a9
·
verified ·
1 Parent(s): bb54834

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,8 +7,8 @@ from sklearn.model_selection import train_test_split
7
  from sklearn.metrics import mean_absolute_error
8
  import xgboost as xgb
9
  import lightgbm as lgb
10
- import catboost as cb
11
  from sklearn.ensemble import HistGradientBoostingRegressor
 
12
  import matplotlib.pyplot as plt
13
 
14
  def fetch_data(symbol, start, end):
 
7
  from sklearn.metrics import mean_absolute_error
8
  import xgboost as xgb
9
  import lightgbm as lgb
 
10
  from sklearn.ensemble import HistGradientBoostingRegressor
11
+ import catboost as cb
12
  import matplotlib.pyplot as plt
13
 
14
  def fetch_data(symbol, start, end):