I implemented a regression model using After fitting a regression model, I ran a bonferroni correction using And I get the following result: I want to use these arrays to remove the features in model_a that are False and create a new model ‘train_simplified’. I’m using the following manual approach, but I want to know if thereĀ“s a more efficient
Tag: patsy
Is there a way to run GLM.from_formula without the intercept (PyMC3)?
This may be a dumb question but I’ve searched through pyMC3 docs and forums and can’t seem to find the answer. I’m trying to create a linear regression model from a dataset that I know a priori should not have an intercept. Currently my implementation looks like this: As I said, I know I shouldn’t have an intercept but I