Skip to content

scaler.inverse_transform error #4

@MrDubliu

Description

@MrDubliu

When executing these lines:
actuals = scaler.inverse_transform(test_y)
or
preds_moving = scaler.inverse_transform(preds_moving)

I am getting this same error:
ValueError: Expected 2D array, got 1D array instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions