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.2.tar.gz
(7.0 kB
view details)
File details
Details for the file ren_algorithm-0.1.2.tar.gz.
File metadata
- Download URL: ren_algorithm-0.1.2.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20ff69cf62c5863562890b56ce694122da9ec4c237a89d87fe2d893af4a17ed1
|
|
| MD5 |
e02f97e9d63a41bda57a6ea87851698b
|
|
| BLAKE2b-256 |
c3e11ac5657ae112ff329d08aec190b096bcf2dfdfc19a2145008aebc16cf9c7
|