Problems with Linear Regression
majotecita
New Altair Community Member
Hi,
I'm integrating RapidMiner with BizAgi through a Web Service.
In RapidMiner the process finished successfully; but when I use the Web Service I have this problem:
Feb 02, 2012 4:52:35 PM com.rapidminer.tools.WrapperLoggingHandler logWarning
WARNING: LinearRegression: The number of regular attributes of the given example set does not fit the number of attributes of the training example set, training: 0, application: 21
Can you please help me???
I don't know why it's working in RapidMiner but not in WS.
Thanks!
I'm integrating RapidMiner with BizAgi through a Web Service.
In RapidMiner the process finished successfully; but when I use the Web Service I have this problem:
Feb 02, 2012 4:52:35 PM com.rapidminer.tools.WrapperLoggingHandler logWarning
WARNING: LinearRegression: The number of regular attributes of the given example set does not fit the number of attributes of the training example set, training: 0, application: 21
Can you please help me???
I don't know why it's working in RapidMiner but not in WS.
Thanks!
Tagged:
0
Answers
-
Hi,
I don't know BizAgi, so I can't help you on that front. Anyways, can you please post your process setup? See here how to do that.
By the way, you can easily export RapidMiner processes via our RapidAnalytics server. You can download it from our website at www.rapid-i.com .
Best,
Marius0 -
Hi,
Thanks for your reply.
Here it's the my process setup:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="5.1.017">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="5.1.017" expanded="true" name="Process">
<parameter key="logverbosity" value="init"/>
<parameter key="random_seed" value="2001"/>
<parameter key="send_mail" value="never"/>
<parameter key="notification_email" value=""/>
<parameter key="process_duration_for_mail" value="30"/>
<parameter key="encoding" value="SYSTEM"/>
<process expanded="true" height="415" width="748">
<operator activated="true" breakpoints="after" class="read_model" compatibility="5.1.017" expanded="true" height="60" name="Read Model" width="90" x="45" y="75">
<parameter key="model_file" value="C:\Users\Kote\Documents\Universidad\MBE\Proyecto de Tesis\Prediccion Le\RapidMiner\Modelos\RL CG MENSUAL.mod"/>
</operator>
<operator activated="true" breakpoints="after" class="read_csv" compatibility="5.1.017" expanded="true" height="60" name="Read CSV" width="90" x="45" y="255">
<parameter key="csv_file" value="C:\Users\Kote\Documents\Universidad\base de datos validacion CG Mensual.csv"/>
<parameter key="column_separators" value=";"/>
<parameter key="trim_lines" value="false"/>
<parameter key="use_quotes" value="true"/>
<parameter key="quotes_character" value="""/>
<parameter key="escape_character_for_quotes" value="\"/>
<parameter key="skip_comments" value="false"/>
<parameter key="comment_characters" value="#"/>
<parameter key="parse_numbers" value="true"/>
<parameter key="decimal_character" value="."/>
<parameter key="grouped_digits" value="false"/>
<parameter key="grouping_character" value=","/>
<parameter key="date_format" value=""/>
<parameter key="first_row_as_names" value="false"/>
<list key="annotations">
<parameter key="0" value="Name"/>
</list>
<parameter key="time_zone" value="SYSTEM"/>
<parameter key="locale" value="English (United States)"/>
<parameter key="encoding" value="SYSTEM"/>
<list key="data_set_meta_data_information">
<parameter key="0" value="Mes a Predecir.true.integer.label"/>
<parameter key="1" value="N-1.true.integer.attribute"/>
<parameter key="2" value="N-2.true.integer.attribute"/>
<parameter key="3" value="N-12.true.integer.attribute"/>
<parameter key="4" value="N-24.true.integer.attribute"/>
<parameter key="5" value="N-36.true.integer.attribute"/>
<parameter key="6" value="N-12 - N-13.true.integer.attribute"/>
<parameter key="7" value="N-24 - N-25.true.integer.attribute"/>
<parameter key="8" value="N-36 - N-37.true.integer.attribute"/>
<parameter key="9" value="ENERO.true.numeric.attribute"/>
<parameter key="10" value="FEBRERO.true.numeric.attribute"/>
<parameter key="11" value="MARZO.true.numeric.attribute"/>
<parameter key="12" value="ABRIL.true.numeric.attribute"/>
<parameter key="13" value="MAYO.true.numeric.attribute"/>
<parameter key="14" value="JUNIO.true.numeric.attribute"/>
<parameter key="15" value="JULIO.true.numeric.attribute"/>
<parameter key="16" value="AGOSTO.true.numeric.attribute"/>
<parameter key="17" value="SEPTIEMBRE.true.numeric.attribute"/>
<parameter key="18" value="OCTUBRE.true.numeric.attribute"/>
<parameter key="19" value="NOVIEMBRE.true.numeric.attribute"/>
<parameter key="20" value="DICIEMBRE.true.numeric.attribute"/>
<parameter key="21" value="ANO.true.integer.attribute"/>
</list>
<parameter key="read_not_matching_values_as_missings" value="true"/>
<parameter key="datamanagement" value="double_array"/>
</operator>
<operator activated="true" breakpoints="after" class="apply_model" compatibility="5.1.017" expanded="true" height="76" name="Apply Model" width="90" x="179" y="120">
<list key="application_parameters"/>
<parameter key="create_view" value="false"/>
</operator>
<operator activated="true" breakpoints="after" class="generate_attributes" compatibility="5.1.017" expanded="true" height="76" name="Generate Attributes" width="90" x="313" y="120">
<list key="function_descriptions">
<parameter key="id especialidad" value="1"/>
<parameter key="id mes" value="if(ENERO==1,1,if(FEBRERO==1,2,if(MARZO==1,3,if(ABRIL==1,4,if(MAYO==1,5,if(JUNIO==1,6,if(JULIO==1,7,if(AGOSTO==1,8,if(SEPTIEMBRE==1,9,if(OCTUBRE==1,10,if(NOVIEMBRE==1,11,12)))))))))))"/>
</list>
<parameter key="use_standard_constants" value="true"/>
<parameter key="keep_all" value="true"/>
</operator>
<operator activated="true" breakpoints="after" class="select_attributes" compatibility="5.1.017" expanded="true" height="76" name="Select Attributes" width="90" x="447" y="120">
<parameter key="attribute_filter_type" value="subset"/>
<parameter key="attribute" value=""/>
<parameter key="attributes" value="id especialidad|id mes"/>
<parameter key="use_except_expression" value="false"/>
<parameter key="value_type" value="attribute_value"/>
<parameter key="use_value_type_exception" value="false"/>
<parameter key="except_value_type" value="time"/>
<parameter key="block_type" value="attribute_block"/>
<parameter key="use_block_type_exception" value="false"/>
<parameter key="except_block_type" value="value_matrix_row_start"/>
<parameter key="invert_selection" value="false"/>
<parameter key="include_special_attributes" value="false"/>
</operator>
<operator activated="true" breakpoints="after" class="write_database" compatibility="5.1.017" expanded="true" height="60" name="Write Database" width="90" x="581" y="120">
<parameter key="define_connection" value="predefined"/>
<parameter key="connection" value="movedb"/>
<parameter key="database_system" value="MySQL"/>
<parameter key="use_default_schema" value="true"/>
<parameter key="table_name" value="pronostico mensual"/>
<parameter key="overwrite_mode" value="append"/>
<parameter key="set_default_varchar_length" value="false"/>
<parameter key="default_varchar_length" value="128"/>
<parameter key="add_generated_primary_keys" value="false"/>
<parameter key="db_key_attribute_name" value="id"/>
<parameter key="batch_size" value="1"/>
</operator>
<connect from_op="Read Model" from_port="output" to_op="Apply Model" to_port="model"/>
<connect from_op="Read CSV" from_port="output" to_op="Apply Model" to_port="unlabelled data"/>
<connect from_op="Apply Model" from_port="labelled data" to_op="Generate Attributes" to_port="example set input"/>
<connect from_op="Generate Attributes" from_port="example set output" to_op="Select Attributes" to_port="example set input"/>
<connect from_op="Select Attributes" from_port="example set output" to_op="Write Database" to_port="input"/>
<connect from_op="Write Database" from_port="through" 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>
Thanks for the help!!!!0 -
I forgot to put the xml code of the Model
<object-stream>
<LinearRegressionModel id="1" serialization="custom">
<com.rapidminer.operator.AbstractIOObject>
<default>
<source>Linear Regression</source>
</default>
</com.rapidminer.operator.AbstractIOObject>
<com.rapidminer.operator.ResultObjectAdapter>
<default>
<annotations id="2">
<keyValueMap id="3"/>
</annotations>
</default>
</com.rapidminer.operator.ResultObjectAdapter>
<com.rapidminer.operator.AbstractModel>
<default>
<headerExampleSet id="4" serialization="custom">
<com.rapidminer.operator.ResultObjectAdapter>
<default>
<annotations id="5">
<keyValueMap id="6"/>
</annotations>
</default>
</com.rapidminer.operator.ResultObjectAdapter>
<com.rapidminer.example.set.AbstractExampleSet>
<default>
<idMap id="7"/>
<statisticsMap id="8"/>
</default>
</com.rapidminer.example.set.AbstractExampleSet>
<com.rapidminer.example.set.HeaderExampleSet>
<default>
<attributes class="SimpleAttributes" id="9">
<attributes class="linked-list" id="10">
<AttributeRole id="11">
<special>false</special>
<attribute class="NumericalAttribute" id="12" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="13">
<keyValueMap id="14"/>
</annotations>
<attributeDescription id="15">
<name>N-1</name>
<valueType>3</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>1</index>
</attributeDescription>
<constructionDescription>gensym1</constructionDescription>
<statistics class="linked-list" id="16">
<NumericalStatistics id="17">
<sum>4538.0</sum>
<squaredSum>367660.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="18">
<sum>4538.0</sum>
<squaredSum>367660.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="19">
<minimum>33.0</minimum>
<maximum>106.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="20">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="21"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="22">
<special>false</special>
<attribute class="NumericalAttribute" id="23" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="24">
<keyValueMap id="25"/>
</annotations>
<attributeDescription id="26">
<name>N-2</name>
<valueType>3</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>2</index>
</attributeDescription>
<constructionDescription>gensym2</constructionDescription>
<statistics class="linked-list" id="27">
<NumericalStatistics id="28">
<sum>4511.0</sum>
<squaredSum>362935.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="29">
<sum>4511.0</sum>
<squaredSum>362935.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="30">
<minimum>33.0</minimum>
<maximum>106.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="31">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="32"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="33">
<special>false</special>
<attribute class="NumericalAttribute" id="34" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="35">
<keyValueMap id="36"/>
</annotations>
<attributeDescription id="37">
<name>N-12</name>
<valueType>3</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>3</index>
</attributeDescription>
<constructionDescription>gensym3</constructionDescription>
<statistics class="linked-list" id="38">
<NumericalStatistics id="39">
<sum>4542.0</sum>
<squaredSum>367556.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="40">
<sum>4542.0</sum>
<squaredSum>367556.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="41">
<minimum>33.0</minimum>
<maximum>106.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="42">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="43"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="44">
<special>false</special>
<attribute class="NumericalAttribute" id="45" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="46">
<keyValueMap id="47"/>
</annotations>
<attributeDescription id="48">
<name>N-24</name>
<valueType>3</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>4</index>
</attributeDescription>
<constructionDescription>gensym4</constructionDescription>
<statistics class="linked-list" id="49">
<NumericalStatistics id="50">
<sum>4596.0</sum>
<squaredSum>373862.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="51">
<sum>4596.0</sum>
<squaredSum>373862.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="52">
<minimum>48.0</minimum>
<maximum>106.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="53">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="54"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="55">
<special>false</special>
<attribute class="NumericalAttribute" id="56" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="57">
<keyValueMap id="58"/>
</annotations>
<attributeDescription id="59">
<name>N-36</name>
<valueType>3</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>5</index>
</attributeDescription>
<constructionDescription>gensym5</constructionDescription>
<statistics class="linked-list" id="60">
<NumericalStatistics id="61">
<sum>4744.0</sum>
<squaredSum>400320.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="62">
<sum>4744.0</sum>
<squaredSum>400320.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="63">
<minimum>48.0</minimum>
<maximum>116.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="64">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="65"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="66">
<special>false</special>
<attribute class="NumericalAttribute" id="67" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="68">
<keyValueMap id="69"/>
</annotations>
<attributeDescription id="70">
<name>N-12 - N-13</name>
<valueType>3</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>6</index>
</attributeDescription>
<constructionDescription>gensym6</constructionDescription>
<statistics class="linked-list" id="71">
<NumericalStatistics id="72">
<sum>11.0</sum>
<squaredSum>27823.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="73">
<sum>11.0</sum>
<squaredSum>27823.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="74">
<minimum>-49.0</minimum>
<maximum>60.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="75">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="76"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="77">
<special>false</special>
<attribute class="NumericalAttribute" id="78" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="79">
<keyValueMap id="80"/>
</annotations>
<attributeDescription id="81">
0 -
<name>N-24 - N-25</name>
<valueType>3</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>7</index>
</attributeDescription>
<constructionDescription>gensym7</constructionDescription>
<statistics class="linked-list" id="82">
<NumericalStatistics id="83">
<sum>18.0</sum>
<squaredSum>20788.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="84">
<sum>18.0</sum>
<squaredSum>20788.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="85">
<minimum>-39.0</minimum>
<maximum>45.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="86">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="87"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="88">
<special>false</special>
<attribute class="NumericalAttribute" id="89" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="90">
<keyValueMap id="91"/>
</annotations>
<attributeDescription id="92">
<name>N-36 - N-37</name>
<valueType>3</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>8</index>
</attributeDescription>
<constructionDescription>gensym8</constructionDescription>
<statistics class="linked-list" id="93">
<NumericalStatistics id="94">
<sum>57.0</sum>
<squaredSum>21971.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="95">
<sum>57.0</sum>
<squaredSum>21971.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="96">
<minimum>-35.0</minimum>
<maximum>45.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="97">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="98"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="99">
<special>false</special>
<attribute class="NumericalAttribute" id="100" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="101">
<keyValueMap id="102"/>
</annotations>
<attributeDescription id="103">
<name>ENERO</name>
<valueType>2</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>9</index>
</attributeDescription>
<constructionDescription>gensym9</constructionDescription>
<statistics class="linked-list" id="104">
<NumericalStatistics id="105">
<sum>4.0</sum>
<squaredSum>4.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="106">
<sum>4.0</sum>
<squaredSum>4.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="107">
<minimum>0.0</minimum>
<maximum>1.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="108">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="109"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="110">
<special>false</special>
<attribute class="NumericalAttribute" id="111" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="112">
<keyValueMap id="113"/>
</annotations>
<attributeDescription id="114">
<name>FEBRERO</name>
<valueType>2</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>10</index>
</attributeDescription>
<constructionDescription>gensym10</constructionDescription>
<statistics class="linked-list" id="115">
<NumericalStatistics id="116">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="117">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="118">
<minimum>0.0</minimum>
<maximum>1.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="119">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="120"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="121">
<special>false</special>
<attribute class="NumericalAttribute" id="122" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="123">
<keyValueMap id="124"/>
</annotations>
<attributeDescription id="125">
<name>MARZO</name>
<valueType>2</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>11</index>
</attributeDescription>
<constructionDescription>gensym11</constructionDescription>
<statistics class="linked-list" id="126">
<NumericalStatistics id="127">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="128">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="129">
<minimum>0.0</minimum>
<maximum>1.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="130">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="131"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="132">
<special>false</special>
<attribute class="NumericalAttribute" id="133" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="134">
<keyValueMap id="135"/>
</annotations>
<attributeDescription id="136">
<name>ABRIL</name>
<valueType>2</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>12</index>
</attributeDescription>
<constructionDescription>gensym12</constructionDescription>
<statistics class="linked-list" id="137">
<NumericalStatistics id="138">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="139">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="140">
<minimum>0.0</minimum>
<maximum>1.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="141">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="142"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="143">
<special>false</special>
<attribute class="NumericalAttribute" id="144" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="145">
<keyValueMap id="146"/>
</annotations>
<attributeDescription id="147">
<name>MAYO</name>
<valueType>2</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>13</index>
</attributeDescription>
<constructionDescription>gensym13</constructionDescription>
<statistics class="linked-list" id="148">
<NumericalStatistics id="149">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="150">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="151">
<minimum>0.0</minimum>
<maximum>1.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="152">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="153"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="154">
<special>false</special>
<attribute class="NumericalAttribute" id="155" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="156">
<keyValueMap id="157"/>
</annotations>
<attributeDescription id="158">
0 -
<name>JUNIO</name>
<valueType>2</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>14</index>
</attributeDescription>
<constructionDescription>gensym14</constructionDescription>
<statistics class="linked-list" id="159">
<NumericalStatistics id="160">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="161">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="162">
<minimum>0.0</minimum>
<maximum>1.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="163">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="164"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="165">
<special>false</special>
<attribute class="NumericalAttribute" id="166" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="167">
<keyValueMap id="168"/>
</annotations>
<attributeDescription id="169">
<name>JULIO</name>
<valueType>2</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>15</index>
</attributeDescription>
<constructionDescription>gensym15</constructionDescription>
<statistics class="linked-list" id="170">
<NumericalStatistics id="171">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="172">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="173">
<minimum>0.0</minimum>
<maximum>1.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="174">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="175"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="176">
<special>false</special>
<attribute class="NumericalAttribute" id="177" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="178">
<keyValueMap id="179"/>
</annotations>
<attributeDescription id="180">
<name>AGOSTO</name>
<valueType>2</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>16</index>
</attributeDescription>
<constructionDescription>gensym16</constructionDescription>
<statistics class="linked-list" id="181">
<NumericalStatistics id="182">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="183">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="184">
<minimum>0.0</minimum>
<maximum>1.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="185">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="186"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="187">
<special>false</special>
<attribute class="NumericalAttribute" id="188" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="189">
<keyValueMap id="190"/>
</annotations>
<attributeDescription id="191">
<name>SEPTIEMBRE</name>
<valueType>2</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>17</index>
</attributeDescription>
<constructionDescription>gensym17</constructionDescription>
<statistics class="linked-list" id="192">
<NumericalStatistics id="193">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="194">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="195">
<minimum>0.0</minimum>
<maximum>1.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="196">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="197"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="198">
<special>false</special>
<attribute class="NumericalAttribute" id="199" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="200">
<keyValueMap id="201"/>
</annotations>
<attributeDescription id="202">
<name>OCTUBRE</name>
<valueType>2</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>18</index>
</attributeDescription>
<constructionDescription>gensym18</constructionDescription>
<statistics class="linked-list" id="203">
<NumericalStatistics id="204">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="205">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="206">
<minimum>0.0</minimum>
<maximum>1.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="207">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="208"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="209">
<special>false</special>
<attribute class="NumericalAttribute" id="210" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="211">
<keyValueMap id="212"/>
</annotations>
<attributeDescription id="213">
<name>NOVIEMBRE</name>
<valueType>2</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>19</index>
</attributeDescription>
<constructionDescription>gensym19</constructionDescription>
<statistics class="linked-list" id="214">
<NumericalStatistics id="215">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="216">
<sum>5.0</sum>
<squaredSum>5.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="217">
<minimum>0.0</minimum>
<maximum>1.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="218">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="219"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="220">
<special>false</special>
<attribute class="NumericalAttribute" id="221" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="222">
<keyValueMap id="223"/>
</annotations>
<attributeDescription id="224">
<name>DICIEMBRE</name>
<valueType>2</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>20</index>
</attributeDescription>
<constructionDescription>gensym20</constructionDescription>
<statistics class="linked-list" id="225">
<NumericalStatistics id="226">
<sum>4.0</sum>
<squaredSum>4.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="227">
<sum>4.0</sum>
<squaredSum>4.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="228">
<minimum>0.0</minimum>
<maximum>1.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="229">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="230"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="231">
<special>false</special>
<attribute class="NumericalAttribute" id="232" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="233">
<keyValueMap id="234"/>
</annotations>
<attributeDescription id="235">
0 -
<name>ANO</name>
<valueType>3</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>21</index>
</attributeDescription>
<constructionDescription>gensym21</constructionDescription>
<statistics class="linked-list" id="236">
<NumericalStatistics id="237">
<sum>178.0</sum>
<squaredSum>658.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="238">
<sum>178.0</sum>
<squaredSum>658.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="239">
<minimum>1.0</minimum>
<maximum>5.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="240">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="241"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
<AttributeRole id="242">
<special>true</special>
<specialName>label</specialName>
<attribute class="NumericalAttribute" id="243" serialization="custom">
<com.rapidminer.example.table.AbstractAttribute>
<default>
<annotations id="244">
<keyValueMap id="245"/>
</annotations>
<attributeDescription id="246">
<name>Mes a predecir</name>
<valueType>3</valueType>
<blockType>1</blockType>
<defaultValue>0.0</defaultValue>
<index>0</index>
</attributeDescription>
<constructionDescription>gensym</constructionDescription>
<statistics class="linked-list" id="247">
<NumericalStatistics id="248">
<sum>4559.0</sum>
<squaredSum>370163.0</squaredSum>
<valueCounter>58</valueCounter>
</NumericalStatistics>
<WeightedNumericalStatistics id="249">
<sum>4559.0</sum>
<squaredSum>370163.0</squaredSum>
<totalWeight>58.0</totalWeight>
<count>58.0</count>
</WeightedNumericalStatistics>
<com.rapidminer.example.MinMaxStatistics id="250">
<minimum>33.0</minimum>
<maximum>106.0</maximum>
</com.rapidminer.example.MinMaxStatistics>
<UnknownStatistics id="251">
<unknownCounter>0</unknownCounter>
</UnknownStatistics>
</statistics>
<transformations id="252"/>
</default>
</com.rapidminer.example.table.AbstractAttribute>
</attribute>
</AttributeRole>
</attributes>
</attributes>
</default>
</com.rapidminer.example.set.HeaderExampleSet>
</headerExampleSet>
</default>
</com.rapidminer.operator.AbstractModel>
<LinearRegressionModel>
<default>
<useIntercept>true</useIntercept>
<attributeConstructions id="253">
<string>N-1</string>
<string>N-2</string>
<string>N-12</string>
<string>N-24</string>
<string>N-36</string>
<string>N-12 - N-13</string>
<string>N-24 - N-25</string>
<string>N-36 - N-37</string>
<string>ENERO</string>
<string>FEBRERO</string>
<string>MARZO</string>
<string>ABRIL</string>
<string>MAYO</string>
<string>JUNIO</string>
<string>JULIO</string>
<string>AGOSTO</string>
<string>SEPTIEMBRE</string>
<string>OCTUBRE</string>
<string>NOVIEMBRE</string>
<string>DICIEMBRE</string>
<string>ANO</string>
</attributeConstructions>
<attributeNames id="254">
<string>N-1</string>
<string>N-2</string>
<string>N-12</string>
<string>N-24</string>
<string>N-36</string>
<string>N-12 - N-13</string>
<string>N-24 - N-25</string>
<string>N-36 - N-37</string>
<string>ENERO</string>
<string>FEBRERO</string>
<string>MARZO</string>
<string>ABRIL</string>
<string>MAYO</string>
<string>JUNIO</string>
<string>JULIO</string>
<string>AGOSTO</string>
<string>SEPTIEMBRE</string>
<string>OCTUBRE</string>
<string>NOVIEMBRE</string>
<string>DICIEMBRE</string>
<string>ANO</string>
</attributeNames>
<coefficients id="255">
<double>-0.1560200102743829</double>
<double>-0.17582029926206988</double>
<double>-0.7740285937759676</double>
<double>-0.9038269028374833</double>
<double>-0.27059583303007956</double>
<double>0.03136487189831409</double>
<double>0.07417921264358038</double>
<double>-0.16499163346747733</double>
<double>-23.53272424185182</double>
<double>-72.35609076674943</double>
<double>43.96250138016959</double>
<double>23.937786438834202</double>
<double>-11.389953240598805</double>
<double>-21.279898751022948</double>
<double>34.41705460919363</double>
<double>-33.34963144579091</double>
<double>1.0942835995580047</double>
<double>21.114800704201883</double>
<double>10.462481523263921</double>
<double>261.081519289433</double>
</coefficients>
<pValues id="256">
<double>0.05087796639475228</double>
<double>0.04255224037822547</double>
<double>1.1620326620942478E-6</double>
<double>2.1794326521273888E-7</double>
<double>0.02011251571285999</double>
<double>0.6755521409765789</double>
<double>0.45459788921624245</double>
<double>0.13889716022182363</double>
<double>1.3100889736383792E-5</double>
<double>1.793720727505388E-11</double>
<double>2.233546902985495E-9</double>
<double>3.976002860284211E-10</double>
<double>0.0033410697757418895</double>
<double>1.0197918736687406E-5</double>
<double>1.2602130450289906E-10</double>
<double>3.4509248236780365E-8</double>
<double>0.7539947727520888</double>
<double>3.1540859725120995E-6</double>
<double>0.003286296075043049</double>
<double>2.1094237467877974E-15</double>
</pValues>
<selectedAttributes id="257">
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>false</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>true</boolean>
<boolean>false</boolean>
</selectedAttributes>
<standardErrors id="258">
<double>0.07490613629338166</double>
<double>0.08139991691660807</double>
<double>0.13394421596292033</double>
<double>0.14329326372088502</double>
<double>0.10949811029411527</double>
<double>0.07340022974916523</double>
<double>0.09672875542168176</double>
<double>0.10150180556930871</double>
<double>4.6957209507795294</double>
<double>7.688815247033325</double>
<double>5.651303989749064</double>
<double>2.8665439770761494</double>
<double>3.6085733582692794</double>
<double>4.179668581654486</double>
<double>3.93865185961039</double>
<double>4.837778960039824</double>
<double>3.423176424623841</double>
<double>3.864817728019953</double>
<double>3.308436990144783</double>
<double>20.327756912254312</double>
</standardErrors>
<standardizedCoefficients id="259">
<double>-0.029648474020890977</double>
<double>-0.03292043216656503</double>
<double>-0.14263738541617635</double>
<double>-0.1485518522426571</double>
<double>-0.048585319967903356</double>
<double>3.653651278846922</double>
<double>4.564027723165906</double>
<double>-3.291911862527626</double>
<double>-87.21991496798663</double>
<double>-237.63182121660725</double>
<double>144.38161538998014</double>
<double>78.61646099278232</double>
<double>-37.406876234658206</double>
<double>-69.88742816153336</double>
<double>113.03246597524173</double>
<double>-109.52683559029087</double>
<double>3.5938454100387993</double>
<double>69.34521327499581</double>
<double>38.77735273803564</double>
<double>NaN</double>
</standardizedCoefficients>
<tStatistics id="260">
<double>-2.082873553420323</double>
<double>-2.1599567410147706</double>
<double>-5.778738471172516</double>
<double>-6.307532394530493</double>
<double>-2.4712374697905823</double>
<double>0.42731299350831803</double>
<double>0.7668786010964543</double>
<double>-1.6255044187841143</double>
<double>-5.011525277698878</double>
<double>-9.410564364213005</double>
<double>7.7791783029038</double>
<double>8.350748019310187</double>
<double>-3.1563590676348565</double>
<double>-5.091288540059193</double>
<double>8.738283005443936</double>
<double>-6.8935831341737</double>
<double>0.31966906282905094</double>
<double>5.463336744478127</double>
<double>3.162363845655729</double>
<double>12.843597078438279</double>
</tStatistics>
<tolerances id="261">
<double>0.986567239383258</double>
<double>0.9611854596305677</double>
<double>0.4921026765694041</double>
<double>0.5616411737244934</double>
<double>0.6430673065002668</double>
<double>0.7762687565576827</double>
<double>0.8897249171463226</double>
<double>0.7262628084378114</double>
<double>0.9997237472897619</double>
<double>0.8783561824658114</double>
<double>0.9717415849780795</double>
<double>0.9982649526072929</double>
<double>0.9984553401618238</double>
<double>0.9980507717160555</double>
<double>0.9957964258366678</double>
<double>0.9961696698152795</double>
<double>0.9959108983078104</double>
<double>0.9999959541777077</double>
<double>0.9995788175164931</double>
<double>NaN</double>
</tolerances>
</default>
</LinearRegressionModel>
</LinearRegressionModel>
</object-stream>0 -
Please Help me!!!!!
I don't know what else to do!!!!0 -
HI there,
You really need to work through help->RapidMIner Tutorial , then the error messages will mean something to you.WARNING: LinearRegression: The number of regular attributes of the given example set does not fit the number of attributes of the training example set, training: 0, application: 21
It is saying that your model is built out of nothing! So you should look at the process that produced C:\Users\Kote\Documents\Universidad\MBE\Proyecto de Tesis\Prediccion Le\RapidMiner\Modelos\RL CG MENSUAL.mod .
But really, tutorial time will not be wasted!0 -
ok... i'll do it.
But can you please tell me, why is this log appears only when i'm triying to execute RapidMiner trough a Java Application??, because when I execute the process directly in RapidMiner there is no problem log... =S
Thanks!0