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
If I call the method with the 3rd parameter > 1 I get the error:
File "pymrmr/pymrmr.pyx", line 26, in pymrmr.mRMR (pymrmr/pymrmr.cpp:1790)
MemoryError: std::bad_array_new_length
For the mRMR features.
E.g. call with 3rd parameter = 2:
*** MaxRel features ***
Order Fea Name Score
1 12 HitStatisticsValues.z_travel 0.429
2 18 LineFit_TT.z 0.392
*** mRMR features ***
Order Fea Name Score
1 12 HitStatisticsValues.z_travel 0.429
Traceback (most recent call last):
File "select_attributes.py", line 99, in
test = pymrmr.mRMR(data, 'MID', 2)
File "pymrmr/pymrmr.pyx", line 26, in pymrmr.mRMR (pymrmr/pymrmr.cpp:1790)
MemoryError: std::bad_array_new_length
The text was updated successfully, but these errors were encountered:
Hey @AlexHarn . Thanks for filing this issue.
Could you please provide me sample data and the call signature in order to reproduce this bug in my system?
If I call the method with the 3rd parameter > 1 I get the error:
File "pymrmr/pymrmr.pyx", line 26, in pymrmr.mRMR (pymrmr/pymrmr.cpp:1790)
MemoryError: std::bad_array_new_length
For the mRMR features.
E.g. call with 3rd parameter = 2:
*** MaxRel features ***
Order Fea Name Score
1 12 HitStatisticsValues.z_travel 0.429
2 18 LineFit_TT.z 0.392
*** mRMR features ***
Order Fea Name Score
1 12 HitStatisticsValues.z_travel 0.429
Traceback (most recent call last):
File "select_attributes.py", line 99, in
test = pymrmr.mRMR(data, 'MID', 2)
File "pymrmr/pymrmr.pyx", line 26, in pymrmr.mRMR (pymrmr/pymrmr.cpp:1790)
MemoryError: std::bad_array_new_length
The text was updated successfully, but these errors were encountered: