LSTM =========== Type --------- ml-estimator Class --------- fire.nodes.ts.NodeLSTM Fields --------- .. list-table:: :widths: 10 5 10 :header-rows: 1 * - Name - Title - Description * - y - Target Column - The label column for model fitting * - nsteps - N Steps - Number of time lag to make data supervised example=3. * - layer_1 - Number Neurons In Layer1 - Number of neurons for first layer. * - layer_2 - Number Neurons In Layer2 - Number of neurons for second layer. * - activation - Activation - * - optimizer - Activation Function - * - loss - Loss - * - epochs - Epochs - * - future - Future Steps - Number of future data want to predict example = 12 days, 12Months