-
Trying to fit a DecisionTree is failing because the comparator doesn't implement total order.
I believe this is due to using Rust > 1.81 with [this change to the sort function](https://blog.rust-lang…
-
### Reason/inspiration (optional)
We would like a new entry on the `Decision Trees` concept under Sklearn. The entry should go in a new file under `docs/content/sklearn/concepts/decision-trees/decisi…
-
Research into decision trees to make sure they will fit into our needs, and run a small model if possible.
Define progress:
- [x] Why pick decision trees over the random forest? Find reasons.
- [x…
-
Note: these can be executable 😀
https://github.com/SilverDecisions/SilverDecisions/wiki/Gallery
-
- collision between mobs
- refind path only if player pos changed
- add decision trees
- add swarm AI
-
I split my recording for Cole's lecture into two parts, because in the second part I couldn't figure out grid search fast enough; and, in the first part I hard already taken too much time getting deci…
-
**Is your feature request related to a problem? Please describe.**
As raised in #798, Uplift Trees/Uplift RandomForest don't support inputs with NaNs.
**Describe the solution you'd like**
Add…
-
Hi Chris,
first of all great work! I have been on the lookout for something like this for a couple of weeks and your implementation is by far the best I have found.
I have a question though. Fro…
-
Should the decisions trees default to `class_weight: 'balanced'`? I don't have much experience with scikit-learn, but reading the docs a bit it seems like this might be good for use cases that might …
-
I would like to implement decision trees, neural networks and the K-Means Clustering algorithm i.e. 2 supervised and 1 unsupervised learning algorithm, without using sklearn so that beginners to machi…