Skip to content

[Parity #478] Track dtype, memory layout, preprocessing and conversion work explicitly #502

Description

@godofecht

Parent: #478.

Flow/sklearn timings must expose representation differences rather than accidentally rewarding one side for cheaper inputs. Record source dtype, estimator internal dtype, row/column-major layout, contiguity/alignment, preprocessing/scaling, label encoding and every timed/untimed conversion or copy.

Where sklearn internally promotes or copies, distinguish API-realistic end-to-end timing from kernel-only equivalent-representation timing. Where Flow uses f32 and sklearn f64, make that a visible semantic/performance dimension with numerical-error evidence.

Acceptance: canonical and scaled artifacts contain representation/preprocessing metadata; hidden untimed conversion bytes = 0; equivalent-representation microbenchmarks exist for disputed gaps; Pages can distinguish end-to-end API wins from dtype/layout advantages.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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