Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

BasePredictor stores in memory the references to X and y passed during fit. #159

@rtanase

Description

@rtanase

Describe the bug
X and y are being stored within BasePredictor upon calling fit().

To Reproduce
Steps to reproduce the behavior:
call fit() on an predictor and then check estimator.X_ and estimator.y_ .

Expected behavior
there shouldn't be a need to cache the training set within the predictor.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions