I have a Custom model which is a combination of RandomForestRegressor & RandomForestClassifier. It has a fit() and a predict() method. I would
fit()
predict()