Team-fastML / fastML

A Python package built on sklearn for running a series of classification Algorithms in a faster and easier way.
https://pypi.org/project/fastML/
MIT License
50 stars 23 forks source link

Add more classification algorithms #6

Closed buabaj closed 4 years ago

buabaj commented 4 years ago

Is your feature request related to a problem? Please describe. additional classification algorithms can be added to fastML

SageAnanse commented 4 years ago

Yeah, I do not think there is a problem but the addition of another classification algorithm like logistic regression will prove to be beneficial.

buabaj commented 4 years ago

do some magic

buabaj commented 4 years ago

With what we've been able to build right now, it works with SVC, RandomForest, DecisionTreeClassifier, K-Nearest Neighbors, Logistic Regression and a Neural Net Classifier.I thinks thats enough but everyone is welcome to try others and give feedback. since this is no longer an issue, I'm closing it until further notice.