Etienne Tremblay

Results 12 issues of Etienne Tremblay

Great library! Any plans porting it to v2? Thanks,

Accumulated local effects describe how features influence the prediction of a machine learning model on average. ALE plots are a faster and unbiased alternative to partial dependence plots (PDPs). https://christophm.github.io/interpretable-ml-book/ale.html...

I would like to do an animation over time. Basically produce multiple joyplots (filtering the data by a date range) and then merge them into a GIF. Basically seeing the...

Hi, Thanks you for the very interesting library! Looking at the code I was wondering how you were balancing the different losses scales. The MSE loss is probably on a...

### Dagster version 1.7.0 ### What's the issue? I am getting the following error message for a new asset I created. This only happens in 1.7.0, not in 1.6.14. The...

type: bug
area: asset

Could you provide an example for using prettierFilePath? From everything I tried, it is not working. Sometimes vite-plugin-sass-dts runs on a file and generate slightly different tabs at the beginning...

I have CUDA 12, I know it works because I ran custom pytorch model for other projects. But when I try to run LlamaSharp.Examples with LLamaSharp.Backend.Cpu, it works fine. But...

enhancement
native lib
do not close

### What's the use case? Let's say you have a lot of csv files to download and parse. If the asset is configured to be `backfill_policy=BackfillPolicy.single_run()`, it would be really...

type: feature-request
area: backfill

### Dagster version 1.6.4 ### What's the issue? The polars project has two released package, polars and polars-lts-cpu. You have to use polars-lts-cpu when using an older CPU like the...

type: bug
integration: polars

### Dagster version 1.15.11 ### What's the issue? I wanted to parametrize my run_retries to be enabled in production, but disabled in dev. I tried using environment variables like I...

type: bug
area: config