Files
mikoto10032--deeplearning/books/PRML/PRML-master-Python/prml/linear/regression.py
T
2026-07-13 13:30:25 +08:00

6 lines
81 B
Python
Executable File

class Regression(object):
"""
Base class for regressors
"""
pass