Skip to content

rules_engine.execute_rules does a deepcopy of the dataset #691

@gerrycampion

Description

@gerrycampion

Refer to the line here:

dataset = deepcopy(dataset)

If the dataset is large, this is an expensive operation for cpu, disk and ram. We should find a better way to do this.

Update: Check out Copy-on-Write documentation and refer to Dataframe copy

Metadata

Metadata

Assignees

No fields configured for Feature.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions