Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 577 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 577 Bytes

Machine Learning Automation

Building an Application which Gives Complete information about the data like shape, column names, Head of the data, Mean, medain, std, max, min etc

It can also clean data by itself such as Null values in data set, droping the columns which has null values more than 50% of the data, You can even check the unique values in each column

You can apply Machine Learning Algorithms to the dataset

Here I am attaching Link to the application Check it out: https://semi-automation.herokuapp.com/

Still working on it............