Code Documentation: Randomizers

mastml.legos.randomizers Module

This module contains a class used to randomize the input y data, in order to create a “null model” for testing how rigorous other machine learning model predictions are.

Classes

Randomizer() Class which randomizes X-y pairings by shuffling the y values

Class Inheritance Diagram

Inheritance diagram of mastml.legos.randomizers.Randomizer