stevenstetzler

Results 5 issues of stevenstetzler

I'm wondering if a change can be made to fall back on using a symlink when changing the name of the home directory in the docker container. The image to...

type:Enhancement

# 🐛 Bug Using Deep Kernel Learning with the `InducingPointKernel` produces a non-positive-definite covariance matrix on test data (not the training data). The issue appears after the DNN weights +...

bug

I am trying to start a container using the python API from this repo: ``` # up log level import logging logging.getLogger().setLevel(logging.DEBUG) # action import podman with podman.Client() as client:...

Here's the PR. Perhaps it would be good to rename ``` lc_length = len(sorted_data) - 1 F_60_index = int(math.ceil(0.60 * lc_length)) ... ``` to ``` lc_length = len(sorted_data) lc_index =...

I am running a full feature extraction on a time series with 14 measurements (using something like): ``` import feets fs = feets.FeatureSpace(data = ['time', 'magnitude', 'error']) features, values =...

bug