Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / ml / model_trainer.py
index 15095770cf71f1c7b4fd05e5d3c10a7488775792..e3d89c20421619533da6c8fdcddee739ed33ddff 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """This is a blueprint for training sklearn ML models."""
 
 from __future__ import annotations