You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, DecisionTree doesn't support serialization and testing is not easy since the general round-trip based methods don't work due to DecisionTree not implementing the Testable traits and its equals and print method not following the same signature.
This is important since it prevents serialization of hybrid factors and associated containers.
The text was updated successfully, but these errors were encountered:
Currently,
DecisionTree
doesn't support serialization and testing is not easy since the general round-trip based methods don't work due toDecisionTree
not implementing theTestable
traits and itsequals
andprint
method not following the same signature.This is important since it prevents serialization of hybrid factors and associated containers.
The text was updated successfully, but these errors were encountered: