RapidMiner 9.3 Python Notebooks

jacobcybulskijacobcybulski Member, University Professor Posts: 391 Unicorn
edited May 2019 in Help
According to the release information RM 9.3 has a better integration with Python, including integration with Jupyter notebooks (apparently a new operator is to be found) to "seamlessly execute notebooks", which I figured out as it is using the old "Execute Python" (which still wants the rm_main). Is there any documentation or examples of the new API features, e.g. what Python package needs to be installed to call RM functions?

Jacob
Tagged:

Best Answers

Answers

  • jacobcybulskijacobcybulski Member, University Professor Posts: 391 Unicorn
    @phellinger Thank Peter, it all worked well. I have managed to run the Notebook in RM and to connect to RM from Python which also worked well.

    I have only noticed that while the connector is passed around different calls to RM, rather than continuing the RM session, it seems to restart every time, negotiating the licenses, loading all extensions, so it takes ages to do each separate call. Is there a way to fix this?

    Jacob

    P.S. I imagine that in general, I'd be doing the calls from RM to Python :)
Sign In or Register to comment.