Wouter Bles

Results 6 issues of Wouter Bles

### Description As far as I know StatsForecast currently does not have a "simulate" method for its models, comparable method in statsmodels: https://www.statsmodels.org/dev/generated/statsmodels.tsa.statespace.sarimax.SARIMAX.simulate.html. This method generates a number of possible...

enhancement
feature

@yvanoers proposed changes to the job queue in #11, I reverted these changes in release 1.0.2 after some local testing as it results in longer solves and an incomplete pareto...

Currently only limited testing is done through GitHub actions.. Look into the possibility of running more thorough test cases to make sure changes don't break anything. Tests are already available...

I think the current method for storing pareto solutions is fine, but could be improved a lot. Possibly some new classes for the front itself and the individual solutions. For...

good first issue

At the moment I have to run the `dev/make_distribution` script manually, would be nice to have the package be automatically published to PyPI with a new GH actions pipeline.

### Description Currently there is no support for classification problems (LGBMClassifier). It would be great if there was support for these types of problems with a new `predict_proba` method and...

enhancement
feature