senkin_alexander_lab_6 is ready

This commit is contained in:
Mamoru777 2023-11-05 21:45:57 +04:00
parent def334a1f4
commit ee70ec67ba

View File

@ -30,7 +30,7 @@ y_pred = model.predict(X_test)
score = model.score(X_test, y_test)
print("Коэффициент детерминации R^2 на тестовой выборке:", score)
# Предсказание количества чемпионских титулов для гонщика
# Предсказание количества несчастных случаев
new_features = []
for feature in features:
value = float(input(f"Введите значение для {feature}: "))