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.
process not running
Hello, rapidminer team,
please I am trying to run this process but it doesn't run.I would appreciate your help
<?xml version="1.0" encoding="UTF-8"?><process version="8.1.003">
<operator activated="true" class="read_csv" compatibility="8.1.003" expanded="true" height="68" name="Read CSV" width="90" x="45" y="34">
<parameter key="csv_file" value="C:\Users\Hanan Yakubu\Downloads\Trips-credible.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" 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="true"/>
<list key="annotations"/>
<parameter key="time_zone" value="SYSTEM"/>
<parameter key="locale" value="English (United States)"/>
<parameter key="encoding" value="SYSTEM"/>
<parameter key="read_all_values_as_polynominal" value="false"/>
<list key="data_set_meta_data_information"/>
<parameter key="read_not_matching_values_as_missings" value="true"/>
<parameter key="datamanagement" value="double_array"/>
<parameter key="data_management" value="auto"/>
</operator>
</process>
<?xml version="1.0" encoding="UTF-8"?><process version="8.1.003">
<operator activated="true" class="com.aylien.textapi.rapidminer:aylien_sentiment" compatibility="0.2.000" expanded="true" height="68" name="Analyze Sentiment" width="90" x="45" y="136">
<parameter key="connection" value="Aylien"/>
<parameter key="input_attribute" value="opine"/>
<parameter key="sentiment_mode" value="document"/>
<parameter key="Is input URL" value="false"/>
</operator>
</process>
<?xml version="1.0" encoding="UTF-8"?><process version="8.1.003">
<operator activated="true" class="text:data_to_documents" compatibility="8.1.000" expanded="true" height="68" name="Data to Documents" width="90" x="45" y="238">
<parameter key="select_attributes_and_weights" value="false"/>
<list key="specify_weights"/>
</operator>
</process>
<?xml version="1.0" encoding="UTF-8"?><process version="8.1.003">
<operator activated="true" class="com.aylien.textapi.rapidminer:aylien_document_classify_by_taxonomy" compatibility="0.2.000" expanded="true" height="82" name="Categorize (Document)" width="90" x="45" y="289">
<parameter key="connection" value="Aylien"/>
<parameter key="Taxonomy" value="iab-qag"/>
</operator>
</process>
<?xml version="1.0" encoding="UTF-8"?><process version="8.1.003">
<operator activated="true" class="text:documents_to_data" compatibility="8.1.000" expanded="true" height="82" name="Documents to Data" width="90" x="179" y="289">
<parameter key="text_attribute" value="opine"/>
<parameter key="add_meta_information" value="true"/>
<parameter key="datamanagement" value="double_sparse_array"/>
<parameter key="data_management" value="auto"/>
</operator>
</process>
0
Answers
I tried this by typing a different word in the text attribute parameter .it worked but it created an empty column i don't need.How can I eliminate the empty column?
Hi @17900713r,
Your XML process is broken.
To share it properly, follow the instructions of this link : https://community.rapidminer.com/t5/RapidMiner-Studio-Knowledge-Base/How-can-I-share-processes-without-RapidMiner-Server/ta-p/37047
Can you share your dataset too, please, in order we can reproduce what you observe ?
Regards,
Lionel
How do I eliminate the empty column call review?I had to input something in the text attribute operator for it to run so I input "Review".Also, I didn't notice any change from using the categorize operator?The explanation offered by the category operator information was not satisfactory to me.
Hi again @17900713r,
Your XML is still broken. Can you verify it ?
However to remove this attribute, you can add a Select Attributes operator at the end of your process.
In the parameters of this operator :
- set the name of the generated attribute in the field attribute.
- check the invert selection parameter.
I hope it helps,
Regards,
Lionel
Thank you for your reply.it works now.I followed the video on how to post the XML process.How do I identify that it has broken?I copied the first one from the XML panel.The second one following the video on how to post XML process.
My other question was on how couldn't notice any difference after using the categorize operator.What is the main purpose as the operator information offered little explanation