minor changes
Some checks failed
s434742-training/pipeline/head There was a failure building this commit
Some checks failed
s434742-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
5a80502164
commit
7370c69d04
@ -45,5 +45,5 @@ predictions = model.predict(X_test)
|
|||||||
pd.DataFrame(predictions).to_csv('prediction_results.csv')
|
pd.DataFrame(predictions).to_csv('prediction_results.csv')
|
||||||
|
|
||||||
# ewaluacja
|
# ewaluacja
|
||||||
error = mean_squared_error(y_test, predictions)
|
# error = mean_squared_error(y_test, predictions)
|
||||||
print('Error: ', error)
|
# print('Error: ', error)
|
||||||
|
Loading…
Reference in New Issue
Block a user