The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Connect to RM9.3beta: FileNotFoundError: [WinError 2] The system cannot find the file specified
I am trying to connect to RM9.3 Jupyter NB
import rapidminer
import rapidminer
import os
rm_home="C:\Downloads\rapidminer-studio-9.3.0-BETA2-win64"
connector = rapidminer.Studio(rm_home, rm_stdout=None)
No problems until I ran:
df = connector.read_resource("//Samples/data/Iris")
No problems until I ran:
df = connector.read_resource("//Samples/data/Iris")
print("The result is a pandas DataFrame:")
print(df.head())
I always get this error:
I always get this error:
FileNotFoundError: [WinError 2] The system cannot find the file specified
Tagged:
0
Answers