DayF core  1.2.1.2
DayF (Decision at your Fingertips) is an AutoML freeware development framework that let developers works with Machine Learning models without any idea of AI, simply taking a csv dataset and the objective column
Public Member Functions | List of all members
gdayf.handlers.inputhandler.inputHandlerCSV Class Reference
Inheritance diagram for gdayf.handlers.inputhandler.inputHandlerCSV:
Inheritance graph
[legend]
Collaboration diagram for gdayf.handlers.inputhandler.inputHandlerCSV:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self)
 The constructor.
 
def inputCSV (self, filename=None, kwargs)
 
def getCSVMetadata (self, dataframe, typedef)
 
- Public Member Functions inherited from gdayf.handlers.inputhandler.inputHandler
def __init__ (self)
 

Detailed Description

Definition at line 20 of file inputhandler.py.


The documentation for this class was generated from the following file: