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
where are the data files located in Windows 10 file system
Best Answer
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi @wclaster,
enabled is the default state of operators you're adding. Sometimes you want to temporarily disable an operator when testing a process or trying another way to solve your task. You don't need this in the tutorial.
The tutorial process you're using isn't showing all types of objects you'll encounter in your journey yet. For example, you get models (green) later when building your first model.
The connection from the Retrieve to the Write Excel in this video seems "dark blueish" to me, but it's subjective. Anyway, that's the color of passing around data tables.
thr = through. You already opened the Operator Info window in your video where you were able to see this. You can also hover with the mouse pointer over a connection and you'll see a popup showing details about it. "through" means here that you get a copy of the data saved by the Write Excel operator.
Your description of data types as integer, boolean, float etc. is correct. These are the data types inside a table (example set, as called by RapidMiner).
But in a high level environment like RapidMiner Studio, "model", "table", "file object" is also a kind of data. We could probably call these "object types" in this discussion.
RapidMiner takes some time to get used to, just like every graphical data science environment. The tutorial processes introduce the basic concepts. It can also be helpful to watch some videos on the RapidMiner Academy.
Best regards,
Balázs0
Answers
the internal samples are read only inside the application. Users are not supposed to change them. You can easily use them in RapidMiner and export copies.
The Community Samples repository is online and can be changed by a few RapidMiner people. @sgenzer is the Community Manager and also in contact with professors.
What's the problem with the Excel export? Do you get an error message? What happens if you click on the folder icon? On my system it lets me select a file name for saving the Excel file in any folder writable to me. When you start the process and the operator is executed, the file is stored on the hard disk.
Best regards,
Balázs
Have you tried selecting a different folder? One you are sure you can write into?
Anyway, you can always enter the path for saving the file manually if the UI doesn't work.
The file will be saved after you run the process.
But i also agree that the wording should be something like "Select" instead of "Open".
See https://docs.rapidminer.com/latest/studio/getting-started/run-a-process.html
Greetings,
Jonas
C:\Users\willi\.RapidMiner\autosave
and it has this in it.
now I understand your problem.
The Write Excel operator is disabled. That's why it is grey. It is not being executed.
Select it and press Ctrl+E, or right-click and enable it. You can also move it on the line from Retrieve Transactions to the process output. This needs a bit of practice, as the mouse cursor has to be on the connection (until the connecting line becomes bold).
Best regards,
Balázs
https://drive.google.com/file/d/18BgMc0t91jvy2wsMktSgF2HMpPUFEEyi/view?usp=sharing
Still cannot find the file though. Am I doing something wrong?
we're almost there.
You connected the fil (File) output of your Write Excel to the results. When you check the parameters afterwards, you see that the file name specification disappears. Instead, when executing the process, you got the "virtual" file in the results in a non-usable way and it was not saved to the disk.
Just disconnect that port. If you want to use or see the results, connect the "thr" port but not the "fil" one.
RapidMiner marks different data types with different colors. Usually you just work with the dark blueish ones, these are example sets (tables). Purple is the color of file connections - there are use cases for these, but this is not one of them. Green is for models etc.
Best regards,
Balázs
May I ask, what is the purpose of enable operator? In the tutorial it is not necessary to enable an operator? Also, I wasn't sure of what you mean when you speak of different data types and different colors. I don't see dark blue. I see ports that are purple. I also don't see green. Finally can I ask what are fil and thr. In the tutorial they did not introduce thr (at least up to the point I have done). I am used to the term data type referring to 'integer' data type, boolean, double, float, etc.
Thanks all. I got it running. And thanks BalazsBarany for the explanation!