View source: R/train_model_indels.R
fit_model_indels | R Documentation |
Title
fit_model_indels(
features,
labels,
input_structure,
lr,
batch_size,
epochs,
min_delta,
patience,
validation_split,
model_file_path,
log_file_path = NULL
)
features |
input features |
labels |
input labels |
input_structure |
input structure |
lr |
learning rate |
batch_size |
batch size |
epochs |
number of training epochs |
min_delta |
minimum delta for early stopping |
patience |
patience for early stopping |
validation_split |
validation split |
model_file_path |
output model file path |
log_file_path |
output log file path |
fitted model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.