typedb / typedb-ml

TypeDB-ML is the Machine Learning integrations library for TypeDB
https://vaticle.com
Apache License 2.0
550 stars 93 forks source link

Refactor Classifiers #64

Closed jmsfltchr closed 5 years ago

jmsfltchr commented 5 years ago

What is the goal of this PR?

We have removed repeated code among the supervised classifiers

What are the changes implemented in this PR?

We have refactored the two multi-class supervised classifiers, using inheritance to remove repeated code.