scikit-learn-intelex icon indicating copy to clipboard operation
scikit-learn-intelex copied to clipboard

DOC: Document serialization of objects

Open david-cortes-intel opened this issue 3 months ago • 3 comments

Description

Dependent on https://github.com/uxlfoundation/scikit-learn-intelex/pull/2721 being merged.

This PR adds a doc page with details about serialization of model objects, documenting behaviors that happen with GPU data, array API, compatibility, and similar.


Checklist:

Completeness and readability

  • [x] I have updated the documentation to reflect the changes or created a separate PR with updates and provided its number in the description, if necessary.
  • [x] Git commit message contains an appropriate signed-off-by string (see CONTRIBUTING.md for details).
  • [x] I have resolved any merge conflicts that might occur with the base branch.

Testing

  • [x] I have run it locally and tested the changes extensively.
  • [x] All CI jobs are green or I have provided justification why they aren't.

david-cortes-intel avatar Oct 14 '25 14:10 david-cortes-intel

@icfaust This PR contains the commits from a previous one as a base, as it depends on it but it hasn't been merged yet.

Could you leave the comments in that other PR instead? https://github.com/uxlfoundation/scikit-learn-intelex/pull/2721

david-cortes-intel avatar Oct 14 '25 14:10 david-cortes-intel

@icfaust This PR contains the commits from a previous one as a base, as it depends on it but it hasn't been merged yet.

Could you leave the comments in that other PR instead? #2721

Yep, sorry missed that.

icfaust avatar Oct 14 '25 15:10 icfaust

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests.

Flag Coverage Δ
azure 80.37% <100.00%> (?)
github 73.03% <100.00%> (+0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
sklearnex/_config.py 100.00% <100.00%> (ø)

... and 30 files with indirect coverage changes

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Oct 14 '25 15:10 codecov[bot]