flow2ml / Flow2ML

An Open Source Library to make Machine Learning process much Simpler
MIT License
25 stars 26 forks source link

Making code compatible enough for non-image datasets #147

Closed rubyruins closed 3 years ago

rubyruins commented 3 years ago

Description:

Initialises a class for basic exploratory steps with non image files (csv).

from flow2ml import Process_Csv
df = pd.read_csv('./Tips.csv')
x = Process_Csv(df)

Type of change:

Checklist:

chebroluharika commented 3 years ago

@rubyruins add this code in sample code section in Readme with proper comments

rubyruins commented 3 years ago

@chebroluharika done