Is your feature request related to a problem? Please describe.
Functions such as brain.train and brain.test require too many arguments. Most if not all of this data can be stored in a Job object.
Describe the solution you'd like
Changing these functions to accept a Job object would simplify the code.
Is your feature request related to a problem? Please describe. Functions such as brain.train and brain.test require too many arguments. Most if not all of this data can be stored in a Job object.
Describe the solution you'd like Changing these functions to accept a Job object would simplify the code.