The Wayback Machine - https://web.archive.org/web/20200820205141/https://github.com/topics/statistics
Skip to content
#

statistics

Here are 5,301 public repositories matching this topic...

glemaitre
glemaitre commented Aug 13, 2020

The fit_transform docstrings of the VotingClassifier and VotingRegressor are inherited from the TransformerMixin:

Fit to data, then transform it.

Fits transformer to X and y with optional parameters fit_params and returns a transformed version of X.

They don't really apply here and we should use the docstring from transform to explain what is returned:

Return c
ChadFulton
ChadFulton commented Sep 11, 2019

Collection of follow-ups to #5827. These can/should be broken out into individual PRs. Many are relatively straightforward and would make a good first PR.

General

  • Documentation (none was added in original PR).
  • Release notes.
  • Example notebook.
  • Double-check how sm.tsa.arima.ARIMA works with fix_params (it should fail except when the fit method is statespace

Improve this page

Add a description, image, and links to the statistics 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 statistics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.