Skip to content

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

sebastian ruder updated the domain of his site. treats #87
  • paulinder
  • 1
  • Opened 
    on Jan 30, 2022
  • #88

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

Implementation of Support Vector Machines.
invalid
spam
  • ASHMITA-DE
  • 1
  • Opened 
    on Oct 1, 2020
  • #80

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

…a/datasets/base.py line 54
  • Musketeer-Liu
  • 4
  • Opened 
    on Feb 24, 2020
  • #78

invalid
  • prashantpaliwal99
  • Opened 
    on Oct 31, 2019
  • #75