Source code for simpleml.constants

'''
Module to centralize all referenced constants in SimpleML
'''

[docs]__author__ = 'Elisha Yadgaran'
# Package Constants
[docs]TRAIN_SPLIT = 'TRAIN'
[docs]VALIDATION_SPLIT = 'VALIDATION'
[docs]TEST_SPLIT = 'TEST'