-
First of all currently it is not possible to use straight `sphinx-build` command to build documentation out of source tree
```console
+ /usr/bin/sphinx-build -j48 -n -T -b man docs build/sphinx/…
-
The code refactoring in #92, #95, and #96 added much more robust and extensive fitting capabilities (even after removing the dependence on the very slow `astropy.modeling` classes) at the expense of s…
-
Is there any work on adding multi-class classification capabilities? Maybe we could start something with gbm.
-
Maybe someone could tell me what I'm doing wrong or maybe it's a bug...
I tried to run tihs piece of code.
```
ppg_signal = ppg['ch2'].values
ppg_signal = nk.ppg_clean(ppg_signal =pp…
-
Would be massively useful to have a Seasoned ARIMA model for the time series analysis.
-
`diophantine(a**2+b**2-c**2)` returns `(2*p*q, p**2 - q**2, p**2 + q**2)`. This is [Euclid's formula](https://en.wikipedia.org/wiki/Pythagorean_triple). Without a third parameter, however, it misses s…
-
As of late 2018, conjure supported specs of the form:
```
given n : int(1..)
letting ind be domain int(1..n)
find P : matrix indexed by [ind] of bool
such that P
-
When there are lots of objectives, it is hard to take a glance at the output of an optimization and see how the objectives each changed before/after the optimization.
For example,
```python
Star…
-
#### Is your feature request related to a problem? Please describe
I'd like to have the Tweedie distribution in order to:
- calculate the likelihood
- calculate the pdf
- generate random numbers
…
-
It looks like this library requires a user to specify the number of line segments before fitting a model. This means this library can't be used for automatic trend detection(this requires a program to…
htcml updated
3 years ago