Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Added serialization for IncrementalPCA #1926

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Address comments

410011b
Select commit
Loading
Failed to load commit list.
Open

ENH: Added serialization for IncrementalPCA #1926

Address comments
410011b
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Jul 15, 2024 in 2s

8 issues found.

Annotations

Check warning on line 278 in sklearnex/preview/decomposition/tests/test_incremental_pca.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

sklearnex/preview/decomposition/tests/test_incremental_pca.py#L278

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. (B301)

Check warning on line 289 in sklearnex/preview/decomposition/tests/test_incremental_pca.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

sklearnex/preview/decomposition/tests/test_incremental_pca.py#L289

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. (B301)

Check warning on line 296 in sklearnex/preview/decomposition/tests/test_incremental_pca.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

sklearnex/preview/decomposition/tests/test_incremental_pca.py#L296

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. (B301)

Check warning on line 315 in sklearnex/preview/decomposition/tests/test_incremental_pca.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

sklearnex/preview/decomposition/tests/test_incremental_pca.py#L315

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. (B301)

Check warning on line 212 in onedal/decomposition/tests/test_incremental_pca.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

onedal/decomposition/tests/test_incremental_pca.py#L212

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. (B301)

Check warning on line 225 in onedal/decomposition/tests/test_incremental_pca.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

onedal/decomposition/tests/test_incremental_pca.py#L225

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. (B301)

Check warning on line 236 in onedal/decomposition/tests/test_incremental_pca.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

onedal/decomposition/tests/test_incremental_pca.py#L236

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. (B301)

Check warning on line 246 in onedal/decomposition/tests/test_incremental_pca.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

onedal/decomposition/tests/test_incremental_pca.py#L246

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. (B301)