Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential Serialization Issue #7

Open
GoogleCodeExporter opened this issue Mar 21, 2015 · 0 comments
Open

Potential Serialization Issue #7

GoogleCodeExporter opened this issue Mar 21, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Use SerialiationHelper to serialize a trained FastRandomForest Classifier 
object

What is the expected output? What do you see instead?

While it does serialize the object, it seems to also be serializing the 
instance data that was used to train the object. This makes the serialized 
files potentially very large (based on training set) and makes loading 
serialized objects take much longer due to having to load a training set when 
it isn't needed.

What version of the product are you using? On what operating system?

0.98 frf
Java 1.6.0_31
Weka 3.6.6
Mac OSX 10.7


Please provide any additional information below.

Most likely storing instance data in some variable that also gets serialized 
later.

Original issue reported on code.google.com by [email protected] on 6 May 2012 at 8:47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant