pullrequests Search Results · repo:rushter/MLAlgorithms language:Python
Filter by
62 results
(133 ms)62 results
inrushter/MLAlgorithms (press backspace or delete to remove)Fix issue https://github.com/rushter/MLAlgorithms/issues/89 by change dependency
PyDeps
- Opened on Mar 30, 2023
- #90
I have added adaBoost algorithm to improve the accuracy and overall performance of my model.
AdaBoost Algorithm
adaBoost algorithm, short for Adaptive Boosting, is a Boosting technique that is used as ...
shreya-kumari
- Opened on May 1, 2021
- #84
I HAVE MADE A NEW ALGORITHM NAME IS Apriori algorithm FOR BETTER ACCURACY FOR THE MODEL Apriori algorithm is given by R.
Agrawal and R. Srikant in 1994 for finding frequent itemsets in a dataset for boolean ...
chiragjain009
- Opened on May 1, 2021
- #83
Decision Tree Classifier
1) Place the best attribute of the dataset at the root of the tree.
2) Split the training set into subsets. Subsets should be made in such a way that each subset contains data ...
AbhishekRaj-12345
- Opened on May 1, 2021
- #82
I discovered the bug in DT while trying to make RF support multi-class classification. Current code uses stats.itemfreq,
which will provide misleading result when all labels are same.
y = [1,1,1,1,1] ...
Shihab-Shahriar
- 3
- Opened on May 29, 2020
- #79
nachtsky1077
- 1
- Opened on Nov 29, 2019
- #77