Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed May 9, 2024
1 parent fb7ed01 commit bf09f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/safeds/ml/classical/regression/_linear_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from safeds.data.labeled.containers import ExperimentalTabularDataset, TabularDataset
from safeds.data.tabular.containers import ExperimentalTable, Table


# TODO: rename to linear regressor
class LinearRegressionRegressor(Regressor):
"""Linear regression."""
Expand Down

0 comments on commit bf09f2c

Please sign in to comment.