Skip to content

[BUG] datasets are not included in the newest pygam releases #423

@fkiraly

Description

@fkiraly

It seems the datasets are not included in the newest pygam releases - and that is not covered by tests.

To reproduce:

from pygam.datasets import wage
X, y = wage()

Also see this PR: #402

The fix should:

  • ensure the csv are included and data loaders such as wage work
  • add tests for this, since it appears this was not systematically tested

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions