Skip to content

Commit

Permalink
Change some values
Browse files Browse the repository at this point in the history
  • Loading branch information
iterative-olivaw committed Jan 6, 2025
1 parent d049cf9 commit 1b1ed18
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 @@ -10,7 +10,7 @@
y_test = np.genfromtxt("data/test_labels.csv")

# Fit a model
depth = 5
depth = 8
clf = RandomForestClassifier(max_depth=depth)
clf.fit(X_train, y_train)

Expand Down

0 comments on commit 1b1ed18

Please sign in to comment.