Skip to content

Commit

Permalink
Update train.py twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-N-D authored Jan 30, 2024
1 parent 53c55db commit b4871b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Fit a model

depth = 5
depth = 3

clf = RandomForestClassifier(max_depth=depth)
clf.fit(X_train, y_train)
Expand Down

0 comments on commit b4871b7

Please sign in to comment.