-
I think I asked this somewhere but can't find it easily and I think it's important.
When we have a meta-set (a data-set of data-sets with support & query splits) `D_meta = {D_i}^N_{i=1}` is the ind…
-
I've extended the `DotProductKernel` with my own custom kernel and have run into some issues with memory.
It seems that when evaluating the function found after doing Kernel Ridge Regression, KeOps…
-
Hi,
when trying to fit the `AutoSklearnClassifier`, I get the following error on Anaconda python 3.6, with dependencies installed through pip:
```
/auto-sklearn/autosklearn/metalearning/input/asl…
-
I am getting started on using DeepChem for one of my projects, but when I tried to import deepchem, it shows the following error, I found the URL in the error message is associated with the dataset I …
-
## Describe the bug ##
docker can run successfully ,but can't run example_regression.py in this docker
## To Reproduce ##
Steps to reproduce the behavior:
1. build and enter the docker
2. run p…
-
## Describe the bug ##
After I fitting the classifier, I get an ImportError apparently because pyDOE
## To Reproduce ##
I installed the library following the instructions for ubuntu.
## Expec…
-
**Description:**
I re-install deepchem by source last week and try to run membrane_permeability_graph_conv.py example in deepchem/examples/membrane_permeability
I got an ImportError: cannot import…
-
I am trying to compare "vanilla auto-sklearn" (metalearning configs=0, ensemble size=0) to the advances listed in the original sklearn arXiv paper (using both ensembles and metalearning) on my data. …
-
Good morning Dears,
In the FFORMA paper, the authors show the OWA (overall weighted average) as the Forecast loss measure. But, in the **'Forecasting Metalearning Example'** on GitHub, they use the O…
-
The `deepchem.data` module has classes for "support". This was a concept we used in [Low Data Drug Discovery with One-Shot Learning](https://pubs.acs.org/doi/10.1021/acscentsci.6b00367). The original …