[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-08-17 07:16:40 +00:00
parent 27c188b264
commit 2816c62c38

View File

@ -175,7 +175,6 @@ def main():
test_cases = (np.random.rand(10) * 2) - 1
predictions = np.array([tree.predict(x) for x in test_cases])
mse_error = np.mean((predictions - test_cases) ** 2)
"""RMSE error"""