-
Hi,
I'm new to the GP world, sorry if I get some of the terminology wrong. Is GPflow capable of any of the following:
- online (real-time) updating with new data, such as Kernel Recursive Least Sq…
-
[branch](https://github.com/uber/pyro/compare/pyro_GP)
Adapt @ysaatchi 's pytorch implementation of GaussianProcesses, maybe as a `pyro.module`.
(Edited to not make GP a `Distribution` object)
-
Nice to meet you.
I am writing to ask for advice on the problems that have occurred to me.
Problems arise in the process of GPR using multi-demension input data.
I used the ARD option as shown …
-
I'm curious why you used GPy instead of https://github.com/STOR-i/GaussianProcesses.jl . I was also wondering if you tried a bunch of mean and kernel functions to see whether they made much of a diffe…
-
**Historical thing that is not relevant anymore go to https://github.com/scikit-learn/scikit-learn/issues/8959#issuecomment-333104108 for the current problem**:
~~See https://travis-ci.org/scikit-l…
-
I also have tried to implement the Grid Feature in DeepChem.
But when I run pdbbind_datasets.py error occured:
/home/hfx/anaconda2/lib/python2.7/site-packages/deepchem/feat/rdkit_grid_featurizer.p…
-
I completed all the tests. I will add those to the master pset notebook later.
For the problems the students are supposed to solve, I am considering to add a sort of BaseClass that they inherit when …
-
I'm reviewing the JOSS submission at openjournals/joss-reviews#41 and most things are looking good, but I'll open a few issues here.
To be consistent with the JOSS requirements, the docs are going …
-
Does pykriging support python 3? I'm using 3.4 and get the following when trying to do the demo:
Traceback (most recent call last):
File "D:/MRSE/apdl-submodels/krige.py", line 1, in
import p…
-
A lot of the GP unit tests are defining the same data in multiple test cases, resulting in huge code files with large redundant parts.
This task is to use the fixture concept to pull data generatio…