-
Switch from basic auth parameter to HTTP Connection Secret
I have a number of processes which use API calls, using the operator "Get Page". These must authenticate to the API endpoint, with a "Request Property" named Authorization, with value "Basic blahsecretblah" I realize that the Base64 encoded string contains the password in an easy to retrieve form, so I'd like to better…
-
Where I will get certification in Altair?
Process
-
Twitter API error
For last couple days, I always encounter connection to Twitter API error (screenshot attached). I tried different Twitter connection, different PC and wifi connection, still doesn't work. Is it related to new Twitter api policy? I am using rapid miner 10.0 dan 10.1 with educational free licenses
-
Parametrize a file path
I am using Rapidminer studio in conjunction with AI Hub to read a json document that gives me result. How can I parametrize the input file? I need to test the api where this process is deployed and the user can choose a file while sending the request as form data and results will vary accordingly.
-
How should the results of the complex process be linked to the AI hub's dashboard?
https://academy.rapidminer.com/learn/video/dashboards-01-data-and-webservice As shown in the video above, the process of simply importing data from the dashboard has been successful. However, it is not possible to load the dataset in which the label was predicted by calculating in the process and training the model. Please…
-
Is there a way to show the simulator of my predictions web-based?
I am new to RapidMiner and I would like to know if there is a way to share the visuals of the simulator to a dashboard or a web-based spaced? To be able to share with people that do not have rapid miner
-
deploy model to get results row by row for streaming input
I want to iterate over a sample of test records and generate the predictions row by row instead of all at the same time. This is to replicate predictive maintenance behavior where data may come after every 5 seconds from sensors and we have to predict one row at a time. Process is created with RM Studio 10.1 and api…
-
How can i retrieve the job details from archived location
I am trying to get Job details that ran on AI HUB through Rapid Miner AI HUB API (Swagger HUB). I can see only the jobs details that are recently executed and not the jobs in archived state.
-
How to get json from rapidminer web service to laravel?
hello, i try to connect rapidminer web service to laravel, but it doesnt connect properly and show different from i want. please help, thanks
-
Getting Twitter Data problem about time and until section
Hello, When I want to pull data from Twitter, I enter a retroactive date in the until section, but when I say run, it does not find any tweets, how can I run it? I would be glad if you help.
-
Rapidminer Web Server Web Page Not Found Error
Dear RapidMiner Community, I was able to successfully install Rapidminer Server on my computer and was also able to successfully run the service. During the installation process, I have also tested my connected to the SQL Server and it was successful. However, whenever I try to use my Google Chrome and Microsoft Edge…
-
Ai Hub Process Execution Currently Not Available Error
Hi everyone! I encounter problems whereby I can login into my rapidminer ai hub account. But, there are errors where the process execution currently not available, page could not load and I cannot execute my process on rapidminer hub. Everything was fine during installation day but after I shutdown my computer and I want…
-
How get access to local directories in AI HUB
Hello, How can I get access to local directories during create web services?
-
How get access to rapidminer server repository programmatically
Hello, Its possible to get access to rapidminer server repository by c# code? I want to replace one process file to another and run it by web service. Its not possible to do it manually because I want to repeat this over 10k times
-
Increasing Allocated Memory oF AI HUB via RapidMiner Deployment Administration
Hi nice people of RM; After hours and days I could connected my RM Studio to VM in Azure with 64gb RAM and 8 core CPU. And excited to run more complex tasks. But an awkward issue is only step ahead on me editing .env file via RapidMiner Deployment Administration. Default numbers are like these: SERVER_MAX_MEMORY=2048M and…
-
How to connect Rapidminer to web? For visualization the results from rapidminer and show it to web?
Hi Imma University Student and now I’m struggling with this problem for my last project on university. Could someone help me please? Thanks!
-
About Connection - AYLIEN
Hello, I was using Aylien for sentiment analysis but it is not supported anymore but I see that there is extract sentiment tool there is a Aylien model but it does not give permission to add new Aylien Connection. Could you help me fixing this error.
-
ServiceDataSourceException error when testing web service
I'm following the step by step tutorial available at Rapidminer documentation site on using "Predictive Maintenance" data set to build web services at server. I have successfully created a web service at server, however when i test the web service using a macro value "M_0221", it returns an error:…
-
Keycloak - "platform_webservice_access" role can not access the "RapidMiner Token Tool" page
Hello. RapidMiner Server 9.7. A user with a single assigned role "platform_webservice_access" that tries to access the "RapidMiner Token Tool" page (https://platform_url/get-token) gets the following error: Authorization required. You have no active role on RapidMiner Platform Manager. Same user can access the page if the…
-
Question regarding both Sentiment Analysis and Forecasting (Times Series) in one fell swoop
Hi All! You really helped me last time I asked a question and really appreciate those of you who jumped in. I have attempted to move on with this bit of knowledge gained and am I trying now to do four things: 1. Use the existing Sentiment Analysis template as a database2. Incorporate MonkeyLearn into the whole process to…
-
Feature Request: Web Service Sorting and QoL Improvements
Currently in the RM Server web dashboard the Web Services are listed in a random order. I assume it is being sorted based on some hash or ID that isn't viewable from the front-end. A few amazing improvements to this page could be: - Sort alphabetically (based on name) by default with the option to click the top bar to…
-
How to turn the output of the POST Request Operator into data?
I am using the POST Request operator to run multiple requests. However, I can't seem to turn the responses into something I can plug into the Web Automation operator as json input to be parsed. Anyone has experience with this?
-
Facebook API Pagination
Hi, I'd like to use RapidMiner to extract comments from a Facebook page. I have a live FB application and tested it using FB's Graph Explorer. My issue is getting all of the data. The only way to do this, it seems, is to use FB's Pagination but I'm not sure how I could get this done with RM. Does anyone have any experience…
-
Can Goals In A Simulated Reality League games (SRL) Actually Be Predicted?
Hi, Please I'd like to know how to predict possible number of goals to be scored in a Simulated Reality League games (SRL) which has nothing to do with natural occurrences like injury, weather, referee's attitude, sacked manager, e.t.c
-
RapidMiner Python API for Individual Operators
Looking at RapidMiner Python Scripting documentation here: https://docs.rapidminer.com/latest/developers/python/ and the implementation in Studio: https://github.com/rapidminer/python-rapidminer/blob/master/docs/api/Studio.md, I can see that RapidMiner has mainly 3 APIs to integrate with Python: read_resource,…