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
Currently, the export() function imports all of the sklearn modules that can possibly be used by TPOT. Let's make the export() function a little smarter by looking at the sklearn modules it actually uses and only importing those.
The text was updated successfully, but these errors were encountered:
Currently, the
export()
function imports all of the sklearn modules that can possibly be used by TPOT. Let's make theexport()
function a little smarter by looking at the sklearn modules it actually uses and only importing those.The text was updated successfully, but these errors were encountered: