Skip to content
#

regression-models

Here are 710 public repositories matching this topic...

ChadFulton
ChadFulton commented Sep 23, 2019

Need to do some better handling of low-observation models in plot_diagnostics. These are models that shouldn't really be estimated, and we can't really make the plots work, but we shouldn't raise exceptions.

  • Any dataset with less than 10 observations will raise an error computing the error autocorrelations:
mod = sm.tsa.statespace.SARIMAX(np.random.normal(size=10), order=(10, 
danielhanchen
danielhanchen commented Aug 29, 2018

Hey Contributor!

Thanks for checking out HyperLearn!! Super appreciate it.

Since the package is new (only started like August 27th)..., Issues are the best place to start helping out, and or check out the Projects tab. There's a whole list of stuff I envisioned to complete.

Also, if you have a NEW idea: please post an issue and label it new enhancement.

In terms of priorities, I wanted

This package can be used for dominance analysis or Shapley Value Regression for finding relative importance of predictors on given dataset. This library can be used for key driver analysis or marginal resource allocation models.

  • Updated Jun 2, 2020
  • Python

Improve this page

Add a description, image, and links to the regression-models topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the regression-models topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.