Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Urgent help needed: The results overview does not have a data View

shanteshante Member Posts: 1 Learner III
edited November 2018 in Help
Hello everyone I am currently trying to perform a simple logistic regression on a hotel dataset trying to predict whether customers are more likely to book a classic_roomtype or not, based on variables like amount, frequency of visits, number of nights spent e.t.c.  The problem is after running the model everything works fine except that in viewing my results there is no data pane to actually view in text the accuracy of the model. and yes the accuracy box have been checked. I don't know if it's a problem of the version of rapid miner am using or there's a setting I haven't quite checked yet. Would really appreciate your help.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="6.5.002">
  <context>
    <input/>
    <output/>
    <macros/>
  </context>
  <operator activated="true" class="process" compatibility="6.5.002" expanded="true" name="Process">
    <process expanded="true">
      <operator activated="true" class="read_csv" compatibility="6.5.002" expanded="true" height="60" name="Read CSV" width="90" x="179" y="75">
        <parameter key="csv_file" value="C:\Users\Aisha\skype\hotelData.csv"/>
        <parameter key="column_separators" value=",\s*|;\s*"/>
        <parameter key="first_row_as_names" value="false"/>
        <list key="annotations">
          <parameter key="0" value="Name"/>
        </list>
        <parameter key="encoding" value="windows-1252"/>
        <list key="data_set_meta_data_information">
          <parameter key="0" value="freq.true.integer.attribute"/>
          <parameter key="1" value="nights.true.integer.attribute"/>
          <parameter key="2" value="amount.true.real.attribute"/>
          <parameter key="3" value="Sex_Male.true.integer.attribute"/>
          <parameter key="4" value="Room_Classic.true.binominal.label"/>
          <parameter key="5" value="Purpose_Business.true.integer.attribute"/>
          <parameter key="6" value="BillTo_Company.true.integer.attribute"/>
        </list>
      </operator>
      <operator activated="true" class="split_validation" compatibility="6.5.002" expanded="true" height="112" name="Validation" width="90" x="514" y="75">
        <parameter key="split_ratio" value="0.8"/>
        <parameter key="sampling_type" value="stratified sampling"/>
        <process expanded="true">
          <operator activated="true" class="logistic_regression" compatibility="6.5.002" expanded="true" height="94" name="Logistic Regression" width="90" x="45" y="30"/>
          <connect from_port="training" to_op="Logistic Regression" to_port="training set"/>
          <connect from_op="Logistic Regression" from_port="model" to_port="model"/>
          <portSpacing port="source_training" spacing="0"/>
          <portSpacing port="sink_model" spacing="0"/>
          <portSpacing port="sink_through 1" spacing="0"/>
        </process>
        <process expanded="true">
          <operator activated="true" class="apply_model" compatibility="6.5.002" expanded="true" height="76" name="Apply Model" width="90" x="45" y="30">
            <list key="application_parameters"/>
          </operator>
          <operator activated="true" class="performance_classification" compatibility="6.5.002" expanded="true" height="76" name="Performance" width="90" x="246" y="30">
            <list key="class_weights"/>
          </operator>
          <connect from_port="model" to_op="Apply Model" to_port="model"/>
          <connect from_port="test set" to_op="Apply Model" to_port="unlabelled data"/>
          <connect from_op="Apply Model" from_port="labelled data" to_op="Performance" to_port="labelled data"/>
          <connect from_op="Performance" from_port="performance" to_port="averagable 1"/>
          <portSpacing port="source_model" spacing="0"/>
          <portSpacing port="source_test set" spacing="0"/>
          <portSpacing port="source_through 1" spacing="0"/>
          <portSpacing port="sink_averagable 1" spacing="0"/>
          <portSpacing port="sink_averagable 2" spacing="0"/>
        </process>
      </operator>
      <connect from_op="Read CSV" from_port="output" to_op="Validation" to_port="training"/>
      <connect from_op="Validation" from_port="model" to_port="result 1"/>
      <portSpacing port="source_input 1" spacing="0"/>
      <portSpacing port="sink_result 1" spacing="0"/>
      <portSpacing port="sink_result 2" spacing="0"/>
    </process>
  </operator>
</process>
In my results overview pane, the only thing that shows is the Description, Weight Table, Support Vector table, Charts, and Annotation

Answers

Sign In or Register to comment.