Skip to content

Rethink feature scaling #85

Description

@johann-petrak

The idea of scaling is that some features do not have a bigger influence on the model than others. Our current approaches maybe do not do this properly and may also have other issues:

  • with sparse nominal values, it is easy to have features with one value only, so the variance or range are both zero.
  • scaling to have zero mean is maybe not what we want if 0 the indication for absence?
  • if we just look at the sparse vector dimensions for a single feature, then we maybe want to scale them to have 0..1 range based on all the values from all dimensions? Especially if we scale to 0..1 based on the tfidf original values?
  • but for that we would need an easier way to do tfidf transformations as part of the finishing step.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions