Skip to content

Commit c5ac7d1

Browse files
authored
Update model.py
1 parent c465a06 commit c5ac7d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/model.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ 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-
43-
# Regressão Linear
42+
4443
pipe = Pipeline(
4544
[
4645
("scaler", StandardScaler()),

0 commit comments

Comments
 (0)