Giter VIP home page Giter VIP logo

parthrangarajan / wib-eda_streamlit Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 141 MB

This is a SteamLit Web-App which delves in Exploratory Data Analysis with Iris, Breast-Cancer and Wine datasets using ML models like KNN's, SVM's and Random Forests

Python 91.58% Shell 0.01% C 0.47% HTML 0.43% JavaScript 2.95% CSS 0.90% Jupyter Notebook 0.52% Less 0.01% C++ 3.06% Fortran 0.02% Smarty 0.01% Roff 0.01% Makefile 0.01% MATLAB 0.01% TeX 0.04% Dockerfile 0.01% VBScript 0.01% XSLT 0.01% Classic ASP 0.01% PowerShell 0.02%
random-forest knn svm exploratory-data-analysis html-css sklearn streamlit webhosting iris-dataset breast-cancer-dataset

wib-eda_streamlit's Introduction

WIB-EDA_StreamLit

This is a SteamLit Web-App which delves in Exploratory Data Analysis with Iris, Breast-Cancer and Wine datasets using ML models like KNN's, SVM's and Random Forests StreamLit is a Python based open-source library that allows you to create stunning data based web-apps. It also allows you to deploy these apps as well.

KNN or KNearestNeighbours is a supervised machine learning algorithm which is used in classification and regression problems.During training, KNN just stores the data that comes to it, but on recieving the new data, it tries to classify it based on the previous data.

SVM or SupportVectorMachines is a machine learning algorithm which could be used both in classification and regression(particularly logistic regression) problems but it is mostly used in classification sectors. The main idea of SVM is to create a hyperplane(i.e. which is a generalization of plane) of the data and seperating the available classes of the data as far from the plane as possible.

Random Forests work on the principle of Decision Trees. These trees help in classifying data based on their features. When multiple trees combine and work as an ensemble , it is called a Random Forest. Each tree in the Forest works individually to give out a class prediction and the prediction with heighest frequency is considered as the model's prediction.

Find my Web-App here : https://share.streamlit.io/parthrangarajan/wib-eda_streamlit/main/main.py

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.