Coder Social home page Coder Social logo

ztonege / automl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samitkk18/automl

0.0 1.0 0.0 30.9 MB

AutoML is a distributed machine learning pipeline designed to scale to large datasets. AutoML aims to automate the entire process of solving a classification problem. It just requires the dataset and the target column as an input and then the system takes care of the rest. Efficient cleaning of the dataset is performed, which imputes all the missing values and gives better structure to the dataset. The system is capable of detecting categorical values, thus performing One-Hot Encoding where required. Further, in the preprocessing stage, it also takes care of feature engineering, dimensionality reduction, sampling and removal of outliers which affect the accuracy of the model. After the preprocessing stage, the ready data is trained on several models, with multiple different hyperparameters. The output of the system is the name, accuracy and code of the best model, which is judged based on its accuracy. The system is tested on over 30 datasets, both binary and multi-class classification and there is a robust system to quickly train any dataset given to it.

Jupyter Notebook 96.59% Python 2.70% HTML 0.21% CSS 0.12% JavaScript 0.39%

automl's Introduction

Auto-ML

It is a simple, easy to use web app which allows users to upload their dataset and fill the name of target field.

Then our app preprocesses the dataset and applies various Machine learning Regression and classification algorithms depending on the case.

After processing our system will return a model with highest perform which the user can download and use.

Tech Stack: React JS , Flask , Python , Tensorflow , sklearn

automl's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.