simpleml.constants

Module to centralize all referenced constants in SimpleML

Module Contents

Classes

SimpleMLConstants

Class for constants referenced in the code base.

Attributes

TEST_SPLIT

TRAIN_SPLIT

VALIDATION_SPLIT

__author__

simpleml.constants.TEST_SPLIT :str = TEST[source]
simpleml.constants.TRAIN_SPLIT :str = TRAIN[source]
simpleml.constants.VALIDATION_SPLIT :str = VALIDATION[source]
simpleml.constants.__author__ = Elisha Yadgaran[source]
class simpleml.constants.SimpleMLConstants[source]

Bases: object

Class for constants referenced in the code base. Uses class attributes to better facilitate developer mutation