From 60a9dbd0c034f98a8d1b0febea6aa189fd01d676 Mon Sep 17 00:00:00 2001 From: Reid Johnson Date: Fri, 27 Sep 2024 19:52:34 -0700 Subject: [PATCH] Update docs/docstrings --- docs/getting_started/developers.rst | 2 +- quantile_forest/tests/test_quantile_forest.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting_started/developers.rst b/docs/getting_started/developers.rst index b0af767..d431f10 100755 --- a/docs/getting_started/developers.rst +++ b/docs/getting_started/developers.rst @@ -15,7 +15,7 @@ We also use pre-commit hooks to identify simple issues before submission. Setting Up Your Environment ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -To contribute to the `quantile-forest` source code, start by forking and then cloning the repository (i.e. `git clone git@github.com:YourUsername/quantile-forest.git`) +To contribute to the `quantile-forest` source code, start by forking and then cloning the repository (i.e. `git clone git@github.com:YourUsername/quantile-forest.git`). Once inside the repository, you can prepare a development environment. Using conda:: diff --git a/quantile_forest/tests/test_quantile_forest.py b/quantile_forest/tests/test_quantile_forest.py index 94e0c09..7e0a6b3 100755 --- a/quantile_forest/tests/test_quantile_forest.py +++ b/quantile_forest/tests/test_quantile_forest.py @@ -96,6 +96,7 @@ def test_regression_toy(name, weighted_quantile): def check_regression_params(name): + """Check quantile regression model parameters.""" params = { "criterion": "squared_error", "max_depth": 2,