public final class AutoML extends water.Lockable<AutoML> implements TimedH2ORunnable
| Constructor and Description |
|---|
AutoML() |
AutoML(water.Key<AutoML> key,
java.util.Date startTime,
AutoMLBuildSpec buildSpec) |
| Modifier and Type | Method and Description |
|---|---|
EventLog |
eventLog() |
void |
get()
Holds until AutoML's job is completed, if a job exists.
|
water.fvec.Frame |
getBlendingFrame() |
AutoMLBuildSpec |
getBuildSpec() |
water.fvec.Vec |
getFoldColumn() |
water.fvec.Frame |
getLeaderboardFrame() |
water.fvec.Vec |
getResponseColumn() |
water.fvec.Frame |
getTrainingFrame() |
water.fvec.Frame |
getValidationFrame() |
water.fvec.Vec |
getWeightsColumn() |
water.Job |
job() |
boolean |
keepRunning() |
hex.Model |
leader() |
Leaderboard |
leaderboard() |
static AutoML |
makeAutoML(water.Key<AutoML> key,
java.util.Date startTime,
AutoMLBuildSpec buildSpec) |
java.lang.Class<AutoMLV99.AutoMLKeyV3> |
makeSchema() |
java.lang.String |
projectName() |
int |
remainingModels() |
protected water.Futures |
remove_impl(water.Futures fs,
boolean cascade)
Delete the AutoML-related objects, but leave the grids and models that it built.
|
void |
run() |
static void |
startAutoML(AutoML aml)
Takes in an AutoML instance and starts running it.
|
static AutoML |
startAutoML(AutoMLBuildSpec buildSpec)
Instantiate an AutoML object and start it running.
|
void |
stop() |
long |
timeRemainingMs() |
delete_and_lock, delete_and_lock, delete_and_lock, delete, delete, delete, delete, read_lock, read_lock, read_lock, unlock_all, unlock, unlock, unlock, unlock, update, update, update, write_lock, write_lock, write_lockchecksum_impl, checksum, readAll_impl, readAll, remove_impl, remove, remove, remove, remove, remove, remove, writeAll_impl, writeAllpublic AutoML()
public AutoML(water.Key<AutoML> key, java.util.Date startTime, AutoMLBuildSpec buildSpec)
public static AutoML startAutoML(AutoMLBuildSpec buildSpec)
buildSpec - public static void startAutoML(AutoML aml)
aml - public static AutoML makeAutoML(water.Key<AutoML> key, java.util.Date startTime, AutoMLBuildSpec buildSpec)
public java.lang.Class<AutoMLV99.AutoMLKeyV3> makeSchema()
makeSchema in class water.Keyed<AutoML>public AutoMLBuildSpec getBuildSpec()
public water.fvec.Frame getTrainingFrame()
public water.fvec.Frame getValidationFrame()
public water.fvec.Frame getBlendingFrame()
public water.fvec.Frame getLeaderboardFrame()
public water.fvec.Vec getResponseColumn()
public water.fvec.Vec getFoldColumn()
public water.fvec.Vec getWeightsColumn()
public void run()
run in interface H2ORunnablepublic void stop()
stop in interface H2ORunnablepublic void get()
public water.Job job()
public hex.Model leader()
public Leaderboard leaderboard()
public EventLog eventLog()
public java.lang.String projectName()
public long timeRemainingMs()
timeRemainingMs in interface TimedH2ORunnablepublic int remainingModels()
public boolean keepRunning()
keepRunning in interface TimedH2ORunnableprotected water.Futures remove_impl(water.Futures fs,
boolean cascade)
remove_impl in class water.Keyed<AutoML>