Skip to content

Instantly share code, notes, and snippets.

@pabloalcain
Created October 1, 2022 20:53
Show Gist options
  • Save pabloalcain/9909d6355c3079138cd9946458242f67 to your computer and use it in GitHub Desktop.
Save pabloalcain/9909d6355c3079138cd9946458242f67 to your computer and use it in GitHub Desktop.
class Model:
...
def fit(self, dataset):
self.classifier.fit(dataset.features, dataset.target)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment