Exploring Different Market Phenomenons
Testing an extremely simple strategy to capitalise on the regularly observed market phenomenon which suggests that Friday returns are higher than Monday returns.
Testing an extremely simple strategy to capitalise on the regularly observed market phenomenon which suggests that Friday returns are higher than Monday returns.
Logistic Regression is a form supervised machine learning where we try to predict a categorical dependent variable, y, using one or more independent variables, x.
Joining two dataframes on a key with pandas
A function to convert boolean columns in a dataframe to float dtype
Linear Regression is a form supervised machine learning where we try to predict a dependent variable, y, using one or more independent variables, x.