Keras Predict =========== Type --------- ml-predict Class --------- fire.nodes.dl.NodePredict Fields --------- .. list-table:: :widths: 10 5 10 :header-rows: 1 * - Name - Title - Description * - targetCol - Target Column - The label column for model fitting * - batch_size - Batch Size - Default value is None i.e -1 * - verbose - Verbose - * - steps - Steps - Default value is None i.e -1 * - callbacks - Callbacks - Default value is None i.e -1 * - max_queue_size - Validation Frequency - * - workers - Workers - * - use_multiprocessing - Use Multiprocessing - * - unsupervised - Unsupervised - * - threshold_loss_function - Threshold Loss Function -