Gradient Boosted Random Forest Classifier (gbrf)
Project description
Summary:
- GBRF (Gradient Boosted Random Forest)
- GBRF is a Python package that implements a custom machine learning algorithm for classification tasks. It combines the strengths of two popular algorithms, Random Forest and Gradient Boosting, to achieve better accuracy and generalization on various datasets.
GBRF stands for "Gradient Boosting Regression Forest". It combines the principles of gradient boosting and random forests to build a more robust and accurate regression model. Here are some features of the gbrf package:
- It provides a class called GBRF that wraps the GradientBoostingRegressor class from scikit-learn and adds additional functionality such as cross-validation, grid search, and feature importance plotting.
- It has methods to fit a model, predict, and evaluate the performance of the model.
- It provides a method to plot the feature importances of the model.
- It provides methods to save and load the trained model to and from a file using the joblib library.
- It is easy to use and can be integrated into other Python programs with minimal effort.
- It can handle both regression and classification tasks.
- It can be used for large datasets as it supports parallel processing.
- It can be used for feature selection as it provides a method to rank the importance of features.
- The file is availabe on https://pypi.org/project/gbrf/#files
Steps to use:
- Open the code editor like jupyter or google colab where you can install packages. Like in Jupyter type-
!pip install gbrf
- One can also use command prompt. Open the path where python is installed and type-
pip install gbrf
- Once installation is done open your IDE and type-
from gbrf import GBRF
Change Log
1.0.7(18/03/2023)
- Seventh Release
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
gbrf-1.0.7.tar.gz
(3.9 kB
view details)
File details
Details for the file gbrf-1.0.7.tar.gz
.
File metadata
- Download URL: gbrf-1.0.7.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 617c6ab08350d6783ec4e4ec7af041d103d5f35c32f3c5bf0d537c8da4a466c7 |
|
MD5 | 32ab3455494094f7d7e8bb11c4d3a928 |
|
BLAKE2b-256 | 16bf9c30be1708dc9b0cffcff5f01480398bdf259d32e01d03811642d75bda67 |