Franklin

Results 5 issues of Franklin

The scikit-learn model wrapper (`SKModel`) currently supports this behaviour using the decorator pattern - if an attribute or method is not found in the wrapper, then the wrapped model is...

enhancement

During training, models are currently being saved in `current_working_directory/output/ModelClassName`. ### TODO - Support user-defined directory for model saving. - Maybe support creating versions for model directories if the same directory...

enhancement

The model wrappers have a method that is intended for tuning the model hyperparameters and returning the best model. The method has the following signature: ```python find_best( self, X: ArrayLike,...

enhancement
refactor

# PR Type Feature. ## Short Description - Add option to specify slices to intersect in `SliceSpec` class. ## Tests Added Updated `tests/cyclops/data/test_slicer.py

enhancement
refactor

# PR Type Fix. ## Short Description - Update pandas version and use the [recommended performance dependencies](https://pandas.pydata.org/docs/getting_started/install.html#install-recommended-dependencies). - Globally enable [copy-on-write](https://pandas.pydata.org/docs/user_guide/copy_on_write.html#) for pandas. - Globally enable inferring sequence of str...

dependencies