How to write batch process for Visualization using RM

studhadoopstudhadoop Member Posts: 15 Contributor II
edited October 2019 in Help
I have a .csv file generated dynamically.
so i need to jst visualize the data within the csv file.

I imported the .csv file.It lead me through some dialogs.and created its data view ,When i clicked plot view....I was able to select x and y axis and plotted graph.


but am i able to do this automatically....scripts or something like that to load the csv file automatically and plot its graph?

Answers

  • earmijoearmijo Member Posts: 270 Unicorn
    I'm not an expert on that library, but sound like you need the "Reporting" extension.
  • studhadoopstudhadoop Member Posts: 15 Contributor II
    I am using RapidMiner ...
    Is it able to do automatic report generation in RapidMiner
  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,993 RM Engineering
    Hi,

    yes as earmijo suggested, the Reporting extension is just for that. You can load data into your process, generate some plots with the operators provided by said extension, add them to a report and export it to .pdf, html, etc.

    Regards,
    Marco
  • studhadoopstudhadoop Member Posts: 15 Contributor II
    can u give a simple example .Actually i am new to RapidMiner :(
    After downloading the extension what should i do???Little confused with-Should i drag and drop anything in GUI or directly import my .csv file(I need only graphs)

  • awchisholmawchisholm RapidMiner Certified Expert, Member Posts: 458 Unicorn
    I made an example here

    http://rapidminernotes.blogspot.co.uk/search/label/Reporting

    Hope it helps.

    Andrew
  • studhadoopstudhadoop Member Posts: 15 Contributor II
    thanks for the reply

    I tried ...

    my xml file :https://github.com/studhadoop/rapidminer/blob/master/XML
    one of my csv file :https://github.com/studhadoop/rapidminer/blob/master/output.csv

    when i checked drawreport.pdf the file displays the header:visualization and a graph with only y axis .why is it so???
    Am i doing anything wrong .sould i change anything in my xml file .

    am i draging the right process ???

    for the time being i need a bar graph for all the csv files and save in different pdf
  • studhadoopstudhadoop Member Posts: 15 Contributor II
    pls can u give me a screenshot for the same :(
  • awchisholmawchisholm RapidMiner Certified Expert, Member Posts: 458 Unicorn
    Hello

    In the Report operator you need to set the "bars plot column" to current grade

    regards

    Andrew
  • studhadoopstudhadoop Member Posts: 15 Contributor II
    thanks it works ;D :)


    What change should i make to my work...If i need different plotview for the same csv in same pdf
  • awchisholmawchisholm RapidMiner Certified Expert, Member Posts: 458 Unicorn
    Hello

    If you make a copy of the operator that now works and paste it so that it is called immediately after you should find two identical graphs (although you are doing loops so I don't know what will happen precisely).

    If that works, modify the pasted operator to do what you want.

    Your original process was really very close so I will go quiet for a bit to allow you to make the final step alone. It will be for the best believe me.

    regards

    Andrew
  • studhadoopstudhadoop Member Posts: 15 Contributor II
    ok  :)
  • studhadoopstudhadoop Member Posts: 15 Contributor II
    hai ,
    how will i include generate portal in my process.
    sorry, ???
    I dont know where to connect the process
    my xml file:https://github.com/studhadoop/rapidminer/blob/master/generateportal
    i tried but showing im==null

    can any one tell me where to connect my generate_portal  :(
Sign In or Register to comment.