Metadata-Version: 2.1
Name: IslanderDataPreprocessing
Version: 1.0.8
Summary: module designed to make your data preprocessing experience easier
Home-page: UNKNOWN
Author: Islander Robotics (William McKeon
Author-email: <IslanderRobotics@gmail.com>
License: UNKNOWN
Keywords: python,video,stream,video stream,camera stream,sockets
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: PyQt5
Requires-Dist: scikit-learn
Requires-Dist: kaggle

# IslanderDataPreprocessing

This python package was dessigned to help python developers
who want to get in to machine Learning have an easier way to do so.
currently there are 6 modules in this package, this number will grow
as the Islander Robotics Community works more and more with machine
Learning and Artificial Intelligence.

DataBase(API_command)
currently this module only works with downloading and installing 
datasets from the Kagle website.

API_command: this is where you will insert the dessgnated API command fromt the
Kagle website

datasets: this list is where all of the datasets you downloaded at the current 
time of running the module will be stored as a pandas DataFrame
allowing you the ability to save time by not having to uploaded the datasets again.

filename: this module will allow you the ability to see what index each file is stored in 
the datasets list. as well as you will have the ability to know what files where downloaded 
from Kagle.



