# Base Model

This is the base model that all models must inherit from. The structure of the model is similar to that of the scikit-learn interface.

# Methods

# fit

fit(x, y)

# predict

predict(x)