public class MakeGLMModelHandler
extends water.api.Handler
| Constructor and Description |
|---|
MakeGLMModelHandler() |
| Modifier and Type | Method and Description |
|---|---|
GramV3 |
computeGram(int v,
GramV3 input) |
GLMRegularizationPathV3 |
extractRegularizationPath(int v,
GLMRegularizationPathV3 args) |
DataInfoFrameV3 |
getDataInfoFrame(int version,
DataInfoFrameV3 args)
Get the expanded (interactions + offsets) dataset.
|
GLMModelV3 |
make_model(int version,
MakeGLMModelV3 args) |
static water.fvec.Frame |
oneHot(water.fvec.Frame fr,
java.lang.String[] interactions,
boolean useAll,
boolean standardize,
boolean interactionsOnly,
boolean skipMissing) |
getFromDKV, getFromDKV, getHandlerMethodInputSchema, getHandlerMethodOutputSchema, handle, markdownasBytes, clone, compute, compute1, compute2, currThrPriority, frozenType, icer, priority, read, readJSON, reloadFromBytes, write, writeJSON__tryComplete, addToPendingCount, compareAndSetPendingCount, complete, exec, getCompleter, getPendingCount, getRawResult, onCompletion, onExceptionalCompletion, setCompleter, setPendingCount, setRawResult, tryCompleteadapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnforkpublic GLMModelV3 make_model(int version, MakeGLMModelV3 args)
public GLMRegularizationPathV3 extractRegularizationPath(int v, GLMRegularizationPathV3 args)
public DataInfoFrameV3 getDataInfoFrame(int version, DataInfoFrameV3 args)
public static water.fvec.Frame oneHot(water.fvec.Frame fr,
java.lang.String[] interactions,
boolean useAll,
boolean standardize,
boolean interactionsOnly,
boolean skipMissing)