Fish-Soup

Results 22 issues of Fish-Soup

I would like to add a Beta distribution. [Scipy Beta distibution](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.beta.html) I've had little look at the code and it seems I can do this myself without requiring the package...

Hi I was wondering if we could make this package available via conda? The we can only install onto our servers via conda so I am unable to use this...

``` result = mc.run_mcl(score, **kwargs) clusters = mc.get_clusters(result) modularity = mc.modularity(matrix=result, clusters=clusters) ``` as score is a np.ndarray (np.matrix is depreciated and data is not sparse) result is also a...

Hi I have 2 questions. 1) In the example using the modularity only the inflation is varied. When would we vary the expansion. Is there a case where we would...

Hi Currently i have to use Python 2.* . Does this package not work on the older version of python? If not would it be possible to make it work...

enhancement
help wanted

## Feature Enhancement For encoders that have the handle_missing argument, allow a function to be passed here that takes the value of the missing value and computes an encoding for...

enhancement

Hi I am currently trying to forecast a the power usage of a portfolio. This portfolio is made up of 1000 sites. I have fitted 1000 MARS models to this...

Hi Would it be possible to add a robust regression option to replace the squared error term. This would allow thew model to be less sensitive to out-liers. https://en.wikipedia.org/wiki/Huber_loss Cheers

enhancement

So the dataset I use gets updated daily to contain new data. I then run MARS on the resulting data. Obviously with only one extra data point the chances of...

Hi I was wondering if the following feature was included or could be included in MARS. to explain the above let me give an example. If I am simulating gas...