oracle / tribuo

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

Add deserialization tests for 4.3 protobufs in Math #346

Closed Craigacp closed 11 months ago

Craigacp commented 11 months ago

Description

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

Motivation

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