Update reference to treelite website (#7084)

treelite.io is no longer a valid site and re-directs users to a parked domain. Re-directing to the documentation is safer at this point.
This commit is contained in:
Jeff H 2021-07-07 00:15:07 -05:00 committed by GitHub
parent f937f514aa
commit d22b293f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ where :math:`K` is the number of trees, :math:`f` is a function in the functiona
Now here comes a trick question: what is the *model* used in random forests? Tree ensembles! So random forests and boosted trees are really the same models; the
difference arises from how we train them. This means that, if you write a predictive service for tree ensembles, you only need to write one and it should work
for both random forests and gradient boosted trees. (See `Treelite <http://treelite.io>`_ for an actual example.) One example of why elements of supervised learning rock.
for both random forests and gradient boosted trees. (See `Treelite <https://treelite.readthedocs.io/en/latest/index.html>`_ for an actual example.) One example of why elements of supervised learning rock.
*************
Tree Boosting