small PR conversation resolutions

This commit is contained in:
robcaulk
2022-07-22 17:46:14 +02:00
parent 40f00196eb
commit 5559e605b8
3 changed files with 4 additions and 3 deletions

View File

@@ -511,7 +511,7 @@ class IFreqaiModel(ABC):
"""
@abstractmethod
def fit(self) -> Any:
def fit(self, data_dictionary: Dict[str, Any]) -> Any:
"""
Most regressors use the same function names and arguments e.g. user
can drop in LGBMRegressor in place of CatBoostRegressor and all data