-
I need to measure the sky noise in my observed stamps.
In fact, I'm not sure if I need this for every stamp (as probably the noise is +/- the same for all of them), but it's quite complicated (chip ga…
-
I found two issues with `make_scorer`'s `needs_threshold` option.
First, it doesn't work if the base estimator is a regressor. Using a regressor is a perfectly valid use case, e.g., if you want do us…
-
For residuals other than `LSResidual` the error function looks as follows:
```
|| f(T) - f(I(W(x;p))) ||^2
```
Therefore, when performing the project out operation, we shouldn't simply do:
```
I - …
-
We should probably make this one optional and let the user choose the mode in the options dialog (which appears when double-clicking the tool icon) -- and maybe also let the user choose the color codi…
dscho updated
10 years ago
-
Hello,
I have an import issue when I try to use robust regression.
The error, "ImportError: No module named compat", shows up when "from statsmodels.compat import lmap". I can not find the solution …
-
vooon updated
9 years ago
-
It appears that for me the painting of the dendrogram sometimes is wrong (see attached image). Can you reproduce this issue?
``` python
import numpy as np
import seaborn as sns
np.random.seed(98)
x =…
cel4 updated
10 years ago
-
Hi
I am fitting a sample dataset using `genextreme.fit()` and the _shape_ parameter returned is similar (in general, see (*) below) to that obtained with some R packages but the sign is the opposite…
-
Hi guys,
I tried installing the SPADE Plugin for Cytoscape v3.0.0 in R version 2.15.3 (using RStudio) on a Mac after install spade through Bioconductor 2.11and get the following result:
> library(sp…
-
Hi all,
I'm trying to run the script on two FCS files, and both cytoscape and R keep hanging up because of this "loadMethod" issue. I've included the output (until where it hangs up).
Does anyone kno…