pullrequests Search Results · repo:nok/sklearn-porter language:Python
Filter by
28 results (167 ms)
28 results
innok/sklearn-porter (press backspace or delete to remove)This patch addresses compatibility issues with Python 3.13:
- Updated relevant setup.py or metadata to support Python 3.13
- Fixed syntax or import issues found during installation or runtime
- ...
This patch addresses compatibility issues with Python 3.13:
- Updated relevant setup.py or metadata to support Python 3.13
- Fixed syntax or import issues found during installation or runtime
- ...
This PR introduces updates to ensure compatibility with Python 3.13. Changes include:
Fixing syntax or deprecated behaviors incompatible with Python 3.13 Updating logic or dependencies where necessary ...
This PR introduces updates to ensure compatibility with Python 3.13. Changes include:
- Fixing syntax or deprecated behaviors incompatible with Python 3.13
- Updating logic or dependencies where necessary ...
This PR resolves compatibility issues with Python 3.13 by:
1. Updating syntax and dependencies where required
2. Fixing runtime incompatibilities
3. Ensuring the code works across Python 3.7–3.13
...
changes (many previously published elsewhere) for compatibility with scikit-learn 1.5.0
I was having difficulties with some of the template combinations and realized that the .jinja2 files were not being
included in the package. This change fixes the examples on my machine when running with ...
This pull request updates the version of scikit-learn used by sklearn-porter to the current stable release ( -1.0.1).
Changes comprise:
- updating the specified version of scikit-learn in requirements.txt ...