-
aside: pygam has penalized Expectile regression according to the examples/documentation
Currently RLM and QuantileRegression only use a IRLS algorithm
For RLM we can add gradient fit with scipy …
-
Thanks for the effort. I was checking the lens/projection functions, I could not find the functions that are used in Singh original paper such as gaussian density or eccentricity. May I ask if these a…
-
I am estimating point density, where I am having point coordinates in degrees, I need a raster(over the extent of these points) which provides a density estimation on each cell.
I have tried on R b…
-
Would it be possible to implement the plug-in method (rule of thumb), that is used in bandwidth estimation for densities, in the function "npregbw" as well?
-
Doing kernel densities using the epanechnikov kernel is very common, but does not seem to be a built-in option. Perhaps because epanechnikov is not included in Distributions.jl.
I think it would be …
-
More pictorial representation required to understand which feature is more important in predicting the survival.
-
![Screen Shot 2020-11-20 at 2 26 50 am](https://user-images.githubusercontent.com/17287173/99687727-172c9680-2ad9-11eb-8fa4-25ad3925db96.png)
Still no clue (matplotlib frequency diagram)
-
We have hard-coded into the code the minimum number of samples that a group must contain to draw a histogram, because histograms look increasingly weird as the number of samples get small (this is tru…
-
**Multilabel classification**
http://scikit-learn.org/stable/auto_examples/plot_multilabel.html#sphx-glr-auto-examples-plot-multilabel-py
**A demo of K-Means clustering on the handwritten digits…
-
The memory usage currently blows up for large PBMetaD projects when I try reweighting. It looks like my naive implementation of the `reconstruct_bias_potential` method for the `PBMetaDProject` class i…