Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturoAmorQ committed May 7, 2024
1 parent d357154 commit 16c35ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_scripts/ensemble_gradient_boosting.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def generate_data(n_samples=50):
# %%
def plot_decision_tree_with_residuals(y_train, y_train_pred, y_test_pred):
"""Plot the synthetic data, predictions, and residuals for a decision tree.
Handles are used to create custom legends for the plot."""
Handles are returned to allow custom legends for the plot."""
_fig_, ax = plt.subplots()
# plot the data
sns.scatterplot(
Expand Down

0 comments on commit 16c35ad

Please sign in to comment.