A collection of machine learning algorithms
Project description
ML_algorithms
A collection of machine learning algorithms implemented in Python. This package includes implementations for various supervised learning models such as XGBoost, Decision Trees, Random Forest, K-Nearest Neighbors (KNN), and Linear SVM, Linear regression, Logistics Regression . Each algorithm is organized in its own module for easy use and experimentation.
Features
- XGBoost Regressor: Implementation of XGBoost regression with helper functions for model building.
- Decision Trees: Code for constructing decision trees used by various algorithms.
- Random Forest Regressor: Ensemble method combining multiple decision trees for robust predictions.
- K-Nearest Neighbors (KNN): A simple and effective algorithm for classification and regression.
- Linear SVM: Linear Support Vector Machine implementation for classification tasks.
- Linear Regression: implements sinmple and multivariate linear regression algorithm.
- Logistic Regression: implements logistics regression.
Installation
Install the package directly from PyPI using pip:
pip install ren_algorithm
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ren_algorithm-0.1.5.tar.gz
(7.9 kB
view details)
File details
Details for the file ren_algorithm-0.1.5.tar.gz.
File metadata
- Download URL: ren_algorithm-0.1.5.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e87d6108c91ed9f34780baec26a731a7a8c0ed5decd94785909b7b9a3450d693
|
|
| MD5 |
2c205a5a58e2833b8a8d28783ed93b7b
|
|
| BLAKE2b-256 |
57ec3590506ac9440ecd1afa06e794ef2baa607d2a9f1cffde954b0d8cf9efa3
|