Streamline code

This commit is contained in:
Chris Proctor
2026-06-08 09:43:29 -04:00
parent feeae0352b
commit 5f6f171369
3 changed files with 30 additions and 38 deletions

View File

@@ -1,8 +1,7 @@
import numpy as np
from sklearn.base import BaseEstimator, ClassifierMixin
class ManualClassifier(BaseEstimator, ClassifierMixin):
class ManualClassifier:
def fit(self, X, y):
return self