Sébastien Wertz

Results 9 issues of Sébastien Wertz

Hello, This should be self-explanatory: ``` from deeplift.dinuc_shuffle import dinuc_shuffle dinuc_shuffle("ACTGACTGACTG", 20, rng=np.random.default_rng()) ``` Output: ``` ['ACTGACTGACTG', 'ACTGACTGACTG', 'ACTGACTGACTG', 'ACTGACTGACTG', 'ACTGACTGACTG', 'ACTGACTGACTG', 'ACTGACTGACTG', 'ACTGACTGACTG', 'ACTGACTGACTG', 'ACTGACTGACTG', 'ACTGACTGACTG', 'ACTGACTGACTG', 'ACTGACTGACTG', 'ACTGACTGACTG',...

Hello, First of all, thanks for this hugely useful tool! I'm having some issues getting the widgets to work in jupyterlab 4.0.9. I have installed the packages `ipywebrtc ipywidgets`, and...

Using this library (along with https://github.com/SandyLabs/node-red-contrib-epics/) results in a segmentation fault of node-red (v1.1.3) as soon as a flow including an "epics in" node is deployed. Tested versions of epics-base...

Hello, We are having trouble reaching the page https://catboost.ai/ (from Europe). Is that expected? I've tried many times over the past few weeks and only managed to access it once...

Hello, We are interested in using kedro-kubeflow for a project to be put into production, so we would like to understand better how well it is going to be supported...

First of all, thank you for this great package! I would like to understand better how probabilistic forecasts are created (in particular for BDT regression models, but the argument extends...

question
triage

**Is your feature request related to a current problem? Please describe.** When using a regression model with `multi_models = True`, `output_chunk_length > 1`, and future covariates, each model sees **all**...

triage

**Is your feature request related to a current problem? Please describe.** CatBoost has the ability to regress multiple quantiles using a single model, with the `MultiQuantile` loss: https://catboost.ai/docs/en/concepts/loss-functions-regression#MultiQuantile However, it...

triage

**Describe the issue linked to the documentation** It's great that darts provides the possibility to calibrate the forecasts of a model using conformal prediction! In practice, we are having difficulties...

feature request