Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srineogi/automl-classifier

Contains Classifiers from various AutoML libraries such as TPOT & AutoGluon.
https://github.com/srineogi/automl-classifier

autogluon automated-machine-learning automl binary-classification classification prediction tpot tpot-classifier

Last synced: 18 days ago
JSON representation

Contains Classifiers from various AutoML libraries such as TPOT & AutoGluon.

Awesome Lists containing this project

README

        

# Dataset
Sample_Data_Deals2 containing 6 columns: OrderID, OrderQuantity, OrderValue, Country, Industry & Deal Status. The target variable for binary prediction is Deal Status (Won=1, Lost=0).

# Binary Classification
Classification was done using AutoML libraries

# Libraries
!pip install tpot

!pip install autogluon

!pip install bokeh

!pip install flaml

!pip install lazypredict

# Contributing
If you'd like to contribute to this project, please open an issue or submit a pull request. Your contributions are greatly appreciated!