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.3.tar.gz
(7.6 kB
view details)
File details
Details for the file ren_algorithm-0.1.3.tar.gz.
File metadata
- Download URL: ren_algorithm-0.1.3.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cba1dcfec5eea2299fbef2a1691d3447196de512989cd0dc0eeeba996ef4a1d
|
|
| MD5 |
062e0db826cd27a88e9c2c30ecd7f986
|
|
| BLAKE2b-256 |
d7141c5a570e9c5d690ec749674cbea2902a338c0d54b9f657111621030aa616
|