Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Application of machine learning on algorithm

Hi I am just curious does the current online IDK supports some machine learning methods?

2 responses

A list of modules you can import can be found here. You can use sklearn to easily implement machine learning algorithms.

thank you