New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mlpack

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mlpack

a flexible, fast machine learning library

  • 4.5.1
  • Source
  • PyPI
  • Socket score

Maintainers
2

mlpack is a fast, flexible machine learning library, written in C++, that aims to provide fast, extensible implementations of cutting-edge machine learning algorithms. mlpack provides these algorithms as standalone Python functions, which wrap the fast C++ implementations of the algorithms.

mlpack's techniques fall into a handful of categories:

  • Classification: logistic regression, perceptrons, random forests, linear SVMs, AdaBoost, etc.

  • Regression: linear regression, least angle regression, etc.

  • Clustering: Gaussian mixture models, k-means, mean shift, DBSCAN, etc.

  • Geometry: k-nearest-neighbor search, max-kernel search, locality sensitive hashing (LSH), etc.

  • Preprocessing: dataset splitting, binarization, scaling, one hot encoding, etc.

  • Misc. / Other: collaborative filtering, density estimation trees, Hidden Markov Models, kernel density estimation (KDE), etc.

  • Transformations: kernel PCA, sparse coding, large margin nearest neighbors, PCA, etc.

For more documentation on each individual function that mlpack provides, see the Python binding documentation.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc