mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
[parameterized] init greatly improved
This commit is contained in:
parent
8a8818aa91
commit
89f7f2dc73
3 changed files with 26 additions and 16 deletions
|
|
@ -223,7 +223,7 @@ class VarDTCMissingData(LatentFunctionInference):
|
|||
inan = self._inan
|
||||
has_none = True
|
||||
if has_none:
|
||||
print "caching missing data slices, this can take several minutes..."
|
||||
print "caching missing data slices, this can take several minutes depending on the number of unique dimensions of the data..."
|
||||
from ...util.subarray_and_sorting import common_subarrays
|
||||
self._subarray_indices = []
|
||||
csa = common_subarrays(inan, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue