Memory usage #922
Unanswered
glezmartin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hey! What you're doing sounds right. Could you provide us with a stack trace of the code that errored? :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am implementing an online algorithm based on prototypes. The algorithm passes the check_estimator test without problems but I have a doubt about how to allow the evaluation functions to measure the memory usage by the algorithm. As far as I have been able to see the Base class has the _memory_usage method that allows the _progressive_validation function to show it on screen. The algorithm I have implemented inherits from the Classifier class which should inherit that method from Base. However when I perform the evaluation of the algorithm it breaks. What am I doing wrong? Is it enough that the estimator is a child class of Classifier?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions