skfolio how to set various parameters
I have started using skfolio using a portfolio given in skfolio.datasets (sp500). My idea is to run a portfolio of equally weighted names using the sp500 as my universe. For this I do the following:
Estimate SE from LogisticRegression
I am trying to fit a Logistic regression model from Scikit-Learn
package. Below is my code