-
The COSMOS galaxy selection for Great3 included a lot of different cuts from the full catalog. The code where they do this is [here](https://github.com/barnabytprowe/great3-public/blob/master/great3s…
-
Some of our common tests could be transformed into reusable functions. This would allow third-party developers to run a battery of tests on their estimator to check whether it is scikit-learn compatib…
-
there is no concrete SLIP yet, but there has been a lot of discussion lately (involving @Ichoran, @jsuereth, @odersky, and others) about doing something about views. possibilities include:
1) fix we …
-
In a way of getting multi sub/pub working right for multiple rangefinder data sources, I think something like an enum must be defined so each range finder sensor as it's own ID on the Firmware (which …
TSC21 updated
9 years ago
-
I think it would be nice to add an `apply` method to the tree. Currently there is one in the RandomForest, but not in the tree. There is one in `tree.tree_`, but the tree object is not publicly docume…
-
The parameters listed in class, method and function docstrings sometimes are obsolete, misspelled, or missing from the actual call signature. Often the docstring parameter should be removed, but in ot…
-
This is more a small brainstorming than a coding issue.
I tried to make a demo of the simplest machine learning situation that captures our problem of regression on noisy data. Assume `p` is a parame…
-
Hi @etal, wanted to pick your brain on how to implement some kind of "confidence intervals" around the copy number estimates. Ideally there could be an interval around the point estimate that would re…
-
I've started adding two new unit root tests, and putting adfuller into a common class structure.
https://github.com/bashtage/statsmodels/tree/unit-root-testing
All of the changes so far are in
h…
-
Have you guys tried using other estimators for the statistical inefficiency / integrated autocorrelation time? I looked around a little bit -- there are a quite a few ways of doing it. There is some e…