Apoc

Latest version: v0.12.0

Safety actively analyzes 723144 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.7.0

New features
* `TableRowClassifier.train()` can consume table with `NaN` elements, which will be ignored while training
* `TableRowClassifier.train()` can consume `ground_truth` list entries `==0` which will be ignored while training
* Added a new predefined feature set `v070`

Backwards compatibility breaking changes
* `TableRowClassifier.predict()` has no parameter `return_numpy` anymore and returns a numpy array.
* Input features and results of `TableRowClassifier` `train()` and `predict()` are now always 1-dimensional. 2D arrays with shape `(1, n)` are no longer allowed.

Thanks to kevinyamauchi for feedback and support!

0.6.8

New features:
* Measurements and `APOC_ObjectClassification_CLUSTER_ID` are stored in `classifier._data` after object classification

0.6.7

New features
* `TableRowClassifier` for object classification beased on custom measurement tables (Thanks to kevinyamauchi for implementing this)

0.6.6

Bug fix
* Type error in error message when a wrong type of classifier is loaded

0.6.5

New features
* `apoc.list_available_object_classification_features()`
* `classifier.statistics()`

0.6.3

New features
* `apoc.train_classifier_from_image_folders` allows training from image/label-mask folder pairs

Bug fixes
* Removed debug traces to stdout

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.