Felipe Monroy
Felipe Monroy
Hi everyone, I am having issues when using TuneSearch CV and a dictionary of scores. The dictionary is the following: ``` from sklearn.metrics import make_scorer, cohen_kappa_score { 'kappa': make_scorer(cohen_kappa_score), 'kappa_quadratic':...
## Description Spark tests are failing randomly. This could be due that spark sessions are not properly closed, so some tests are using the one that do not correspond. See...
## Description More recent versions of pandas does not work with `pandas-gbq
## Description ## Development notes ## Checklist - [ ] Opened this PR as a 'Draft Pull Request' if it is work-in-progress - [ ] Updated the documentation to reflect...
## Description Add support for model signature and examples in dataset `MlflowModelTrackingDataset` ## Context MLflows support the addition of signature and examples in the models, which includes useful information in...