In 3.5 The adatron.pyx does not contain free method and does not free resources on exit.
It causes memory protection fault on exit.
Workaround is to find init.py of mlpy and comment out the line
from .adatron import *
Thanks for the module!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In 3.5 The adatron.pyx does not contain free method and does not free resources on exit.
It causes memory protection fault on exit.
Workaround is to find init.py of mlpy and comment out the line
from .adatron import *
Thanks for the module!