dmlc / treelite

Universal model exchange and serialization format for decision tree forests
https://treelite.readthedocs.io/en/latest/
Apache License 2.0
723 stars 98 forks source link

Typo in the editing models tutorial #575

Closed stephenpardy closed 1 day ago

stephenpardy commented 6 days ago

I am very excited to explore treelite more, thank you for the nice package.

While experimenting with editing models I noticed that the tutorial is missing a line. I have a fix in a fork if you are willing to accept PRs: https://github.com/stephenpardy/treelite/commit/4b203add20f124f8bc594bb29c82a5f735aace4d

hcho3 commented 6 days ago

Yes, please submit a pull request.

stephenpardy commented 1 day ago

PR opened here: https://github.com/dmlc/treelite/pull/576