Skip to content

Relying on numpy.random makes results hard to reproduce #113

@larsmans

Description

@larsmans

... and it also confuses users of LDA.

In scikit-learn, we've solved this by requiring a random_state argument to anything that wants random numbers; this may either be an np.random.RandomState object, or the seed for one. You might want to borrow this habit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    difficulty easyEasy issue: required small fix

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions