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,
hex.Model.InteractionSpec interactions,
boolean useAll,
boolean standardize,
boolean interactionsOnly,
boolean skipMissing) |
getFromDKV, getFromDKV, getHandlerMethodInputSchema, getHandlerMethodOutputSchema, handle, markdown
asBytes, 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, tryComplete
adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, completeExceptionally, fork, get, 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, tryUnfork
public 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, hex.Model.InteractionSpec interactions, boolean useAll, boolean standardize, boolean interactionsOnly, boolean skipMissing)