where are the data files located in Windows 10 file system

User: "wclaster"
New Altair Community Member
Updated by Jocelyn
Trying to find the files in the Sample files/data. Also, having trouble exporting to excel file. 
I clicked on the folder but doesn't seem to let me save.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "BalazsBaranyRM"
    New Altair Community Member
    Accepted Answer
    Hi @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ázs