Moving default seed to package level and adding author metadata.
This commit is contained in:
parent
e390feaafd
commit
e9502c44a4
@ -0,0 +1,6 @@
|
||||
# -*- 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.
|
Loading…
Reference in New Issue
Block a user