Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more machine learning algorithms #42

Open
14 of 37 tasks
param087 opened this issue Dec 19, 2019 · 3 comments
Open
14 of 37 tasks

Add more machine learning algorithms #42

param087 opened this issue Dec 19, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@param087
Copy link
Owner

param087 commented Dec 19, 2019

Algorithms

  • Linear Model

    • Ordinary Least Squared Linear Regression
    • Gradient Descent Linear Regression
    • Stochastic Gradient Descent Linear Regression
    • Logistic Regression
    • Lasso Regression
    • Ridge Regression
    • Elastic Regression
    • Bayesian Regression
    • SVD Regression
  • SVM (Support Vector Machine)

    • SVC
    • SVR
    • LinearSVC
    • LinearSVR
    • NuSVC
    • NuSVR
  • Cluster

    • KMeans
    • DBSCAN
    • Spectral clustering
    • Hierarchical clustering
  • Decomposition

    • PCA
    • Sparse PCA
    • Kernel PCA
    • Incremental PCA
  • Naive Bayes

    • Bernoulli Naive Bayes
    • Nultinomial Naive Bayes
    • Gaussian Naive Bayes
    • Complement Naive Bayes
  • Neighbors

    • Nearest Neighbors Classifier
    • Nearest Neighbors Regressor
    • Nearest centroid classifier
  • Tree

    • Decision Tree
  • Ensemble

    • Random Forest
    • Gradient Boosting
    • XGBoost
    • AdaBoost
    • Stacking
    • Voating

Some of the Tree base algorithms are implemented but need some review.

@param087 param087 pinned this issue Dec 19, 2019
@param087 param087 added the enhancement New feature or request label Dec 19, 2019
@param087
Copy link
Owner Author

I could help you complete the "Nearest centroid classifier". I'd love to help out the community driven project.

Go ahead but do follow https://github.com/param087/swiftML/blob/master/CONTRIBUTING.md

@das-ankur
Copy link

I want to implement linear models. Can I start working?

@param087
Copy link
Owner Author

param087 commented Dec 2, 2021

Yes @das-ankur, you can start working on it. If you need any help, please reach out to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants