A collection of simple machine learning algorithms
Project description
basicMLpy
basicMLpy is a package that implements simple machine learning algorithms. It currently contains eight modules that implement multiple machine learning techniques for supervised learning.
The basicMLpy.regression module contains the following functionalities:
- Linear Regression
- Ridge Regression
The basicMLpy.classification module contains the following functionalities:
- Multiclass classification through the IRLS(Iteratively Reweighted Least Squares) algorithm
The basicMLpy.nearest_neighbors module contains the following functionalities:
- An implementation of the K-Nearest Neighbors algorithm, that can fit both classification and regression problems
The basicMLpy.model_selection module contains the following functionalities:
- A Cross-Validation algorithm for the functions presented by the basicMLpy package
The basicMLpy.ensemble module contains the following functionalities:
- An implementation of the Random Forests algorithm for regression and classification
- An implementation of the AdaBoost algorithm for classification
- An implementation of the Gradient Boosting algorithm for regression
The basicMLpy.decomposition module contains the following functionalities:
- An implementation of the SVD decomposition algorithm
- An implementation of the PCA algorithm
The basicMLpy.loss_functions module contains the following functionalities:
- Multiple functions for error evaluation, e.g. MSE, MAE, exponential loss, etc.
The basicMLpy.utils module contains the following functionalities:
- Useful functions utilized all throughout the other models.
Installation
To install basicMLpy run the following command:
pip install basicMLpy
Package's site and documentation
https://henrysilvacs.github.io/basicMLpy/
Dependencies
basicMLpy requires Python >= 3.8, Numpy >= 1.19, Scipy >= 1.5.2, scikit-learn >= 0.23.
On Github
https://github.com/HenrySilvaCS/basicMLpy
On Pypi
https://pypi.org/project/basicMLpy/
Some thoughts
This is a work in progress project, so more functionalities will be added with time.
Author
Henrique Soares Assumpção e Silva
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file basicMLpy-1.0.8.tar.gz
.
File metadata
- Download URL: basicMLpy-1.0.8.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0ccc3aa817522c18133948c535c923525475aaff684e8644f5ab8de01c683d0 |
|
MD5 | 66592419b30984fd4074f3ca2f5d0d98 |
|
BLAKE2b-256 | 18d5385469ac10e19947e26758641ebd2d3ceb4f4a2ea56e26621744b84252cc |
File details
Details for the file basicMLpy-1.0.8-py3-none-any.whl
.
File metadata
- Download URL: basicMLpy-1.0.8-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c5a997cbb93f570ab3a247180c1f859e0ae42f82f2b25743dbd16ce77d20fa6 |
|
MD5 | 5f449b07628281933c96494184b58d63 |
|
BLAKE2b-256 | 60ade3865bec3971f5c1a6c9b92dab22322ece37444bdaf950a9a4b450b37bbb |