public abstract static class Model.Parameters extends Iced
The non-transient fields are input parameters to the model-building process, and are considered "first class citizens" by the front-end - the front-end will cache Parameters (in the browser, in JavaScript, on disk) and rebuild Parameter instances from those caches.
| Modifier and Type | Field and Description |
|---|---|
Key |
_destination_key |
boolean |
_dropNA20Cols |
java.lang.String[] |
_ignored_columns |
boolean |
_score_each_iteration |
Key |
_train |
Key |
_valid |
| Constructor and Description |
|---|
Model.Parameters() |
| Modifier and Type | Method and Description |
|---|---|
long |
checksum() |
protected boolean |
defaultDropNA20Cols() |
void |
lock_frames(Job job)
Read-Lock both training and validation User frames.
|
Frame |
train() |
void |
unlock_frames(Job job)
Read-UnLock both training and validation User frames.
|
Frame |
valid() |
clone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONpublic Key _destination_key
public Key _train
public Key _valid
public java.lang.String[] _ignored_columns
public boolean _dropNA20Cols
public boolean _score_each_iteration
public final Frame train()
public final Frame valid()
public void lock_frames(Job job)
public void unlock_frames(Job job)
protected boolean defaultDropNA20Cols()
public long checksum()