- BREAKING CHANGE: `mlregressor` is now a class and not a function anymore. You can provide directly sklearn arguments to the algorithms through dictionaries.
The use of the class simplifies the use of `mlregressor`, as the created objects saves everything!
It also makes it very easy to change the algorithm and try something else. See the example in the example folder!
- addition of the `centroid()` function, that calculates the centroid of a signal.
- addition of tests and examples for the `mlregressor()` class, the `resample()` and `flipsp()` functions.
- `chemical_splitting()` allows one to select the random seed.
- Correction of the `mixing_sp()` function, rampy is now compatible with cvxpy v1.0.
- arguments can be provided to `resample()` to use different techniques of interpolation in `scipy.interpolate.interp1d`.
- Various documentation improvements