Skip to content

Commit

Permalink
Update docs/docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Sep 28, 2024
1 parent 529578e commit 60a9dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:YourUsername/quantile-forest.git`)
To contribute to the `quantile-forest` source code, start by forking and then cloning the repository (i.e. `git clone [email protected]:YourUsername/quantile-forest.git`).

Once inside the repository, you can prepare a development environment. Using conda::

Expand Down
1 change: 1 addition & 0 deletions quantile_forest/tests/test_quantile_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 60a9dbd

Please sign in to comment.