Replies: 2 comments 1 reply
-
Could Have Reasons:
If we have time:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
After considering this option we decided to remove persistant, in future something similar to this could be added that made use of PMML. The justification being we generally wanted to follow the scikit-learn convention, and wrapping one line commands to pickle/json dump in this module wouldnt have followed this or been significantly useful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we keep the
truelearn.utils.persistent
in our package. However, it seems that they are redundant since we have already supported the method to convertAbstractKnowledgeComponent
todict
. Given thedict
, it's possible for users to use their library to convert the dictionary to other formats.Thus, I propose that we could probably remove
truelearn.utils.persistent
.Beta Was this translation helpful? Give feedback.
All reactions