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.1.tar.gz
(7.0 kB
view details)
File details
Details for the file ren_algorithm-0.1.1.tar.gz.
File metadata
- Download URL: ren_algorithm-0.1.1.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 |
5a86e06a6e319e6ce02540b0f4619c704464fedac9ce958c8674799a6b365b19
|
|
| MD5 |
3a1991ea7a1a4f339ab878901712e371
|
|
| BLAKE2b-256 |
87417d4210eee121a962965d4ebc777dc37d0da5689b1f07ccfd999d069e548d
|