Skip to content

Timing for processing x_raw #196

@emrysshevek

Description

@emrysshevek

We time almost every function, including ones that only return intermediary steps such as _sample_columns in order to return an accurate time for each metafeature. However, we don't time how long it takes to drop nan values from x_raw in:

"X": self._format_resource(X.dropna(axis=1, how="all"), 0.)

This would likely be only a very slight increase in time as this is such a simple function, but since X is used by so many metafeatures, it would be valuable to have as accurate a time as possible.

We should pull that computation out of the dictionary so we can time it and include the proper time.

Metadata

Metadata

Assignees

No one assigned

    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