Metadata-Version: 2.1
Name: All_In_1-sathishbilli
Version: 0.0.3
Summary: this is a basic function for machine learning
Home-page: https://github.com/sathishbilli/All_In_1
Author: sathishbilli
Author-email: sathishmahi398@gmail.com
Project-URL: Bug Tracker, https://github.com/sathishbilli/All_In_1/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# this is a basic machine learning fuctions library

# this libary help for ml beginners

# first of  all install our library

"""
next  

import libary

example :  from All_In_1.app import all_in_1

next access the library

example  :  a=all_in_1(data,'Chance of Admit ',remove_null=True, visualize=True,standard=True,stats=True,future_sel=True,outlayer_removel=True,multicol=True)

"""
    
    
    
    


