Submission for Bryan Tran Lu.
- Please note that the entirely of this assignment was performed on Google Colab.
- The csv files to upload to Google Colab are located in the
Resources
folder.
The assignment script can be found in the Starter_Code folder. The file name is machine_learning_trading_bot.ipynb
.
If using Google Colab, installing the following libraries are required prior to running the script:
!pip install hvplot
Once installed, import the following:
import pandas as pd
import pandas as pd
import numpy as np
from pathlib import Path
import hvplot.pandas
import matplotlib.pyplot as plt
from sklearn import svm
from sklearn.preprocessing import StandardScaler
from pandas.tseries.offsets import DateOffset
from sklearn.metrics import classification_report
If there are any questions regarding the assignment, please reach out via email.