Spaces:
Build error
Build error
Update app.py
Browse files
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):
|