oracle / tribuo

Tribuo - A Java machine learning library
https://tribuo.org
Apache License 2.0
1.27k stars 175 forks source link

Add deserialization tests for 4.3 protobufs in Classification #345

Closed Craigacp closed 1 year ago

Craigacp commented 1 year ago

Description

Following https://github.com/oracle/tribuo/pull/318 adds deserialization tests to Classification.

Motivation

We will support 4.3 protobufs in v5 and need tests to ensure that the upcoming refactors don't break serialization compatibility.