-
Dear All,
We met performances issues in the plant editor : the left part contains components and occurrences of components, it works nicely when there are only a few of them but when all the items of…
-
Hello! Let’s say I have something like the following
```python
def PowerLaw(eqx.Module):
amplitude: Array
power: Array
def __call__(self, x: Array):
return amplitud…
-
This issue is a continuation of an email discussion on making configurations that support [ERA5 forcing](https://www.ecmwf.int/en/forecasts/datasets/reanalysis-datasets/era5), e.g. to assess the impac…
-
I'm currently training a binary classifier using a tiny sample of a dataset. The dataset is of size approx 50bn rows per day, and we persist the data for ~60 days, so in theory I could be training thi…
-
I'm using shap version 0.39.0 in python 3.8.2 and getting this error when trying to do a simple classification task. As far as I can tell, it does not happen with other regression tasks that I have tr…
-
This will:
- help us modify it and make it better if we want to experiment with different algorithms, including trajectory matching
- allow us to integrate into our production system
- make sure th…
-
We only use a single, pretty oversized deep learning model. Especially after the first iteration we see this overfit, so it might be a good continuation of the story to use something else that does no…
-
**Is your feature request related to a problem? Please describe.**
RF implementation should support computing `feature_importances_` property, just like how it is exposed in [sklearn](https://scikit-…
-
**Describe the bug**
failure to install scikit-multiflow using the command
pip install scikit-multiflow running on UBUNTU 20.04.1 LTS and python 3.9.1
Error log:
From the error log it se…
-
Opening this report from investigation in https://github.com/dask/dask-ml/issues/842 and https://github.com/dask/dask-ml/pull/843
When passing some large objects as arguments to map_blocks / map_pa…