Francesco Bruzzesi

Results 90 issues of Francesco Bruzzesi

**Is your feature request related to a problem? Please describe.** As mentioned in the codebase itself, `inner_join` and `left_join` methods implementation is "naive" and speedup is possible. I figured it...

Addresses [#135](https://github.com/unit8co/darts/issues/135) and [#623](https://github.com/unit8co/darts/issues/623) ### Summary Implemented support for new types in `retrain` argument of `historical_forecasts` method. Now it accepts `bool`, (positive) `int` and `Callable` (returning a `bool`) data types....

Hey there! This extension is incredibly useful. Moving from version jinja2.exceptions.UndefinedError: 'mermaid_js' is undefined when spinning off the server locally with `mkdocs serve`. Python version 3.10.12 Other mkdocs related extensions:...

Not super exciting PR, but I found some typos in the codebase fast and easy to fix 😊 Edit: Test are failing with some precision difference in the order of...

As [discussed in #586](https://github.com/koaning/scikit-lego/pull/586#discussion_r1385475426), although most of the library features are documented in the user guide, the best way to showcase how to access and use each class/function would be...

good first issue
documentation

[`QuantileRegressor`](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.QuantileRegressor.html#sklearn.linear_model.QuantileRegressor) made it into scikit-learn some time ago already. As in the future other features could lose the _experimental status_ and be incorporated as well (I am looking at you...

good first issue
documentation

# Description In #604 there was a tiny hint at this 😂 In this PR I tried to remove the use of pandas from `GroupedTimeSeriesSplit` by moving on numpy backend....

# Description Introduces `WithoutLiersCV` as discussed in #307. To be able to follow different cross validation _strategies_, the idea is to take a CV object as input and exclude the...

In the current implementation of `TimeGapSplit` the argument `validation_duration` is used as stride as well. This leads to the impossibility of having overlapping validation periods. What about the possibility of...

enhancement

0:00 Talk introduction 0:50 Reasons for creative freedom 7:35 When to rethink the wheel 20:35 Word (and sense) embeddings 28:00 Inspiration from datasets search in arXiv 33:45 Data annotation as...