1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-30 13:48:57 +08:00

16 Commits

Author SHA1 Message Date
Ayush
cd2b86aa2e Changing var name 2020-08-01 11:43:14 +05:30
Ayush
6a42fcd4ae catching nInstances == 0 2020-08-01 11:36:53 +05:30
Ayush
9d1ac82a40 Optimizing Loss Calculation 2020-08-01 11:25:53 +05:30
Ayush
7f8ce6d113 Removing Panics 2020-07-31 11:01:20 +05:30
Ayush
d587340e4a Renaming Impurity Functions 2020-07-30 11:21:06 +05:30
Ayush
1954aae7a6 Changing name of Use_not 2020-07-30 10:27:16 +05:30
Ayush
2d2af0a58f Removing Clutter
Partial Modularization of best split method. Shorten method by declaring variables in same line as well.

Also removing redundant functions, and adding into cart_utils.
2020-07-28 14:17:18 +05:30
Ayush
91a27e3ca0 Fixing Comments 2020-07-27 15:03:12 +05:30
Ayush
abed408f9b Updating Dataset + Naming 2020-07-26 11:21:20 +05:30
Ayush
c0c3b2e1bf Fixing Sorting 2020-07-25 13:22:15 +05:30
Ayush
b16b60fcb5 Adding Example script for CART 2020-07-23 16:45:31 +05:30
Ayush
c083759523 Adding Changes 2020-07-22 14:34:59 +05:30
Ayush
08529c42cf Added Comments for Regressor 2020-07-18 14:21:50 +05:30
Ayush
16eac7d86d Adding Regression Trees 2020-07-18 12:26:50 +05:30
Ayush
d1228c5508 Adding Integration For Fixed Data Grid in Predict And Evaluate 2020-07-18 10:47:22 +05:30
Ayush
8848652943 Added Decision Tree Classifier
CART implementation of Decision Tree Classifier, based on Gini Impurity or Entropy, as selected by the user.
2020-07-16 13:37:34 +05:30