Jirka Borovec

Results 206 issues of Jirka Borovec

### pycaret version checks - [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues). - [X] I have confirmed this bug exists on the [latest version](https://github.com/pycaret/pycaret/releases)...

bug

Seems that many tests are failing of `py3.7` :flamingo: as it is already over its life-cycle/support I think it fine to drop it and start testing 3.10+ versions... this may/shall...

as suggested in https://github.com/joblib/joblib/pull/1433#issuecomment-1604220710 switch from `flake8` to `ruff` also introduce recommit where I would suggest installing/enable pre-commit [bot](https://pre-commit.ci/), which is free for open source and an advantage is that...

*Issue #, if available:* *Description of changes:* seem that there is mix of few packages and maybe better to use just `pytest` extension By submitting this pull request, I confirm...

*Issue #, if available:* set a single black version to ensure reproducibility UPDATE: seem that the latest Black would need to be applied *Description of changes:* freeze Black version, but...

*Issue #, if available:* `dofformatter` gave a false positive signal; it has lots of issues, but as `--check` was missing, it just fixed without any real code change and so...

*Issue #, if available:* #2637 partially *Description of changes:* moving some style checks to common pre-commit, which can be efficiently run by the developer locally and also for PR runs...

CI

*Issue #, if available:* it is follow-up on #3075 *Description of changes:* migrating meta data from legacy `setup.cfg` to new `pyproject.toml` but to be complete still not sure how to...

### 🚀 The feature, motivation and pitch Hello and so happy to see you use Pytorch-Lightning! :tada: Just wondering if you already heard about **Pytorch Lightning (PL) ecosystem CI** where...

package

It seems that Ruff reports wrong lines for this bandit issue ```py out = subprocess.check_output( #

bug