OCRF
OCRF copied to clipboard
Memory allocation error when fitting data with OneClassRF()
Hi :)
I got this memory allocation error when running oneclassrf_error.py:
I changed the code a bit so that it doesn't GridSearchCV() but instead creates a model with OneClassRF() with default values for exercise.
Have any of you encounter this problem before and know how to fix the error?