Hi All,

I'm coming back to an old algo a year later that used ExtraTreesClassifiers.  I'm experiencing bugs and it appears to be because .fit appears to be running asynchronously and my code was not meant for that.  I put a try catch around it thinking maybe an error was occurring but that does not seem to be the case.

Does anyone know if this behavior has changed?  I see nothing in sklearn docs.

Thanks,
Cole