Scared
Some checks failed
s434732-evaluation/pipeline/head There was a failure building this commit
s434732-training/pipeline/head There was a failure building this commit

This commit is contained in:
s434732 2021-05-15 17:19:51 +02:00
parent d034ced5fb
commit fc517c0b15

View File

@ -45,7 +45,7 @@ def readAndtrain(epochs, batch_size, _run):
input_dim = 11
output_dim = 1
_run.info("Batch", str(batch_size) + " epoch: " + str(epochs))
_run.info("Batch", str(batch_size))
_run.info("epoch", str(epochs))
model = LogisticRegressionModel(input_dim, output_dim)