analytics
Browse files- app.py +0 -1
- requirements.txt +0 -1
app.py
CHANGED
@@ -11,7 +11,6 @@ https://hits.seeyoufarm.com/
|
|
11 |
TIME SERIES ANALYTICS
|
12 |
'''
|
13 |
import yfinance as yf
|
14 |
-
import seaborn as sns
|
15 |
import pandas as pd
|
16 |
from sklearn.preprocessing import StandardScaler
|
17 |
|
|
|
11 |
TIME SERIES ANALYTICS
|
12 |
'''
|
13 |
import yfinance as yf
|
|
|
14 |
import pandas as pd
|
15 |
from sklearn.preprocessing import StandardScaler
|
16 |
|
requirements.txt
CHANGED
@@ -3,4 +3,3 @@ fastai
|
|
3 |
yfinance==0.2.31
|
4 |
pandas==2.1.3
|
5 |
scikit-learn
|
6 |
-
seaborn
|
|
|
3 |
yfinance==0.2.31
|
4 |
pandas==2.1.3
|
5 |
scikit-learn
|
|