Update Stock_forecasting.py
Browse files- Stock_forecasting.py +0 -9
Stock_forecasting.py
CHANGED
|
@@ -1,12 +1,3 @@
|
|
| 1 |
-
# -*- coding: utf-8 -*-
|
| 2 |
-
"""Stock_forecasting.ipynb
|
| 3 |
-
|
| 4 |
-
Automatically generated by Colab.
|
| 5 |
-
|
| 6 |
-
Original file is located at
|
| 7 |
-
https://colab.research.google.com/drive/1GaaqBfC1iJQ3UlOCFfYhQRyY2wm2YD3x
|
| 8 |
-
"""
|
| 9 |
-
|
| 10 |
import pandas as pd
|
| 11 |
import numpy as np
|
| 12 |
from sklearn.preprocessing import MinMaxScaler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import pandas as pd
|
| 2 |
import numpy as np
|
| 3 |
from sklearn.preprocessing import MinMaxScaler
|