The most recent content from our members.
There's a wealth of content waiting for you to explore! Need support or have a question? Sign in or register to get started.
Hi guys, I have been trying to configure RapidMiner Ai hub server with Prometheus to monitor and collect metrics. I was following the steps from the RapidMiner Ai hub documentation for monitoring. I have added the scrape configs as mentioned in the documentation and also added SPRING_PROFILES_ACTIVE=default,webapi,…
Please help me, Why does the 65% accuracy value get an AUC value of 0.727, while the accuracy of 73.54% get an AUC value of 0.711. what affects both, why higher accuracy has lower AUC? I thank you in advance for your help! Best regards, Dhiii
I want to start my rapidminer server service on my Windows 10 computer. However, the service always starts but immediately stops regardless of the method I used for starting it. Here is the display when using the command: net start RMSSVC The RapidMiner_Server service is starting.The RapidMiner_Server service could not be…
In the dataset, we have an attribute size that contains the size of the app like 12M, 45K, etc. I would like to calculate the 12M as 12*1000000 and replace the value as 12000000 and for 45K as 45*1000 and replace the value as 45000.I have added a map operator and given the regular expression. But it not calculating in the…
RuleModel(using Rule Induction operator). if Sex = Male and Passenger Fare ≤ 26.269 then No (57 / 367) if Sex = Female and Passenger Class = First then Yes (97 / 4) if Sex = Male and Passenger Fare > 31.137 then No (33 / 90) if Passenger Class = Second and Age ≤ 28.500 then Yes (36 / 4) if Passenger Fare ≤ 24.808 and…
Hi, I'm building a super-operator that tests the volatility of the model in its subprocess to the train/test split. For this I need 1 input port that receives the example set, and 2 inner sinks that deliver to the subprocess a training set and a test set. The Idea is that the operator will iterate over a set of random…
Hi, The operator I've created is working exactly how I want it to, however, when I try to change its name in the 'OperatorsDocNAME.xml' file and run:./gradlew installExtension everything runs smoothly, but when I look at the file again it has changed back to the default name 'My operator'. The same happens with the group…
In the tutorial for creating a new extension there isn't a lot of information about which classes we need to import or which methods or variables are in each class. For example in this page, the information about which classes to import is present only in the "The complete operator class now looks like this." tab. However…
Can't initialize the project: ./gradlew --no-daemon initializeExtensionProject I get this error: To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/6.8/userguide/gradle_daemon.html#sec:disabling_the_daemon.Daemon will be stopped at the end of the buildFAILURE:…