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 |
|---|---|
boolean |
_ignore_const_cols |
java.lang.String[] |
_ignored_columns |
Key<Frame> |
_model_id |
boolean |
_score_each_iteration |
Key<Frame> |
_train |
Key<Frame> |
_valid |
| Constructor and Description |
|---|
Model.Parameters() |
| Modifier and Type | Method and Description |
|---|---|
protected long |
checksum_impl()
Compute a checksum based on all non-transient non-static ice-able assignable fields (incl.
|
protected boolean |
defaultDropConsCols() |
protected boolean |
defaultDropNA20Cols() |
double |
missingColumnsType()
Type of missing columns during adaptation between train/test datasets
Overload this method for models that have sparse data handling - a zero
will preserve the sparseness.
|
void |
read_lock_frames(Job job)
Read-Lock both training and validation User frames.
|
void |
read_unlock_frames(Job job)
Read-UnLock both training and validation User frames.
|
Frame |
train() |
Frame |
valid() |
clone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONpublic java.lang.String[] _ignored_columns
public boolean _ignore_const_cols
public boolean _score_each_iteration
public final Frame train()
public final Frame valid()
public void read_lock_frames(Job job)
public void read_unlock_frames(Job job)
protected boolean defaultDropNA20Cols()
protected boolean defaultDropConsCols()
public double missingColumnsType()
protected long checksum_impl()