comment all params
This commit is contained in:
parent
bf499f6f09
commit
bc8d6c5b70
@ -104,8 +104,8 @@ def train():
|
|||||||
# resultFile.write("predictions: " + str(flatten_pred) + '\n')
|
# resultFile.write("predictions: " + str(flatten_pred) + '\n')
|
||||||
# resultFile.write("expected: " + str(labels_test_sample.to_numpy()))
|
# resultFile.write("expected: " + str(labels_test_sample.to_numpy()))
|
||||||
|
|
||||||
mlflow.log_param('epochs', numberOfEpochParam)
|
# mlflow.log_param('epochs', numberOfEpochParam)
|
||||||
mlflow.log_param('learning_rate', learning_rate)
|
# mlflow.log_param('learning_rate', learning_rate)
|
||||||
# mlflow.log_metric('final_loss', min(hist["val_loss"]))
|
# mlflow.log_metric('final_loss', min(hist["val_loss"]))
|
||||||
|
|
||||||
signature = mlflow.models.signature.infer_signature(house_price_features, linear_model.predict(house_price_features))
|
signature = mlflow.models.signature.infer_signature(house_price_features, linear_model.predict(house_price_features))
|
||||||
|
Loading…
Reference in New Issue
Block a user