Skip to content

Commit c465a06

Browse files
authored
Update model.py
1 parent 2e7602f commit c465a06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ def train(data, num_estimators, isDataFrame=False):
3939
X_train, X_test, y_train, y_test = train_test_split(
4040
X, y, test_size=0.3, random_state=0
4141
)
42-
42+
43+
# Regressão Linear
4344
pipe = Pipeline(
4445
[
4546
("scaler", StandardScaler()),

0 commit comments

Comments
 (0)