senkin_alexander_lab_6 is ready
This commit is contained in:
parent
def334a1f4
commit
ee70ec67ba
@ -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}: "))
|
||||
|
Loading…
Reference in New Issue
Block a user