Skip to content

Instantly share code, notes, and snippets.

View mathemage's full-sized avatar
:octocat:
Contributing irregularly

Karel Ha mathemage

:octocat:
Contributing irregularly
View GitHub Profile
@mathemage
mathemage / PCAWideDataSetsBenchModel.java
Last active April 14, 2017 18:31
false wide dataset
package hex.pca;
import hex.DataInfo;
import water.DKV;
import water.Key;
import water.fvec.Frame;
import java.util.Random;
import static hex.pca.PCAModel.PCAParameters.Method.GramSVD;
@mathemage
mathemage / PCAImputeMissingTrainingBench.java
Last active April 14, 2017 18:33
VM prematurely exited before JMH had finished with it
package hex.pca;
import hex.DataInfo;
import org.openjdk.jmh.annotations.*;
import org.openjdk.jmh.runner.Runner;
import org.openjdk.jmh.runner.RunnerException;
import org.openjdk.jmh.runner.options.Options;
import org.openjdk.jmh.runner.options.OptionsBuilder;
import water.DKV;
import water.Key;