Kumo.ai home page
Search...
⌘K
Ask AI
Community
Contact Support
Start for free
Start for free
Search...
Navigation
Optimization
max_epochs
Guide
Examples
Reference
FAQ
Releases
Predictive Query
Overview
Primary Commands
Aggregation Operators
Boolean Operators
Model Plan
Column Processing
Model Architecture
Neighbor Sampling
Optimization
base_lr
batch_size
early_stopping
lr_scheduler
loss
majority_sampling_ratio
max_epochs
max_steps_per_epoch
max_test_steps
max_val_steps
weight_decay
weight_mode
Training Job Plan
Training Table Generation
SDK
SDK Reference
On this page
max_epochs: <int> (Optional)
Description
Supported Task Types
Default Values
Optimization
max_epochs
max_epochs: <int>
(Optional)
Description
The maximum number of epochs to train. An epoch is defined as the process of completing the specified number of steps, i.e.,
max_steps_per_epoch
steps, and Kumo evaluates your model on the validation set at the end of each epoch.
max_epochs
must be
> 0
.
Supported Task Types
All
Default Values
run_mode
Default Value
FAST
8
NORMAL
12
BEST
16
majority_sampling_ratio
max_steps_per_epoch
Assistant
Responses are generated using AI and may contain mistakes.