Skip to content

Adaptation of functions for compatibility with Numpy and Pandas #6

Description

@JanSkn

Is your feature request related to a problem? Please describe.
Check compatibility of function parameters to make them as universally valid as possible.

Example: model.fit(x_train, y_train) should work for NumPy arrays, also if they are transposed, and Pandas DataFrames/Series.

Describe the solution you'd like
Usage of these functions should work for arbitrary parameters (numpy or pandas)

Note that there is issue #7 that goes along with that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions