mlpractical/mlp/__init__.py

7 lines
216 B
Python
Raw Normal View History

2018-09-13 03:28:00 +02:00
# -*- coding: utf-8 -*-
"""Machine Learning Practical package."""
__authors__ = ['Pawel Swietojanski', 'Steve Renals', 'Matt Graham']
DEFAULT_SEED = 123456 # Default random number generator seed if none provided.