From aca5f98cbadd1813994631f4b5c9032cc704d353 Mon Sep 17 00:00:00 2001 From: PerryXDeng Date: Sat, 30 Mar 2019 20:03:49 -0400 Subject: [PATCH] fixed typo --- hypotheses_modeling/KerasRegressions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypotheses_modeling/KerasRegressions.py b/hypotheses_modeling/KerasRegressions.py index 130c43a..480cd37 100644 --- a/hypotheses_modeling/KerasRegressions.py +++ b/hypotheses_modeling/KerasRegressions.py @@ -49,7 +49,7 @@ def time_series_sigmoid_classification(X, Y, k, n0, x_columns, y_columns): return model.get_weights() -def time_series_sigmoid_classification(X, Y, k, n0, x_columns, y_columns): +def time_series_dnn_classification(X, Y, k, n0, x_columns, y_columns): inp = X[x_columns] out = Y[y_columns] col = "day"