How to enrich my data using doi as a feature and generating a new feature with the abstract?
Hi my RM friends
How to generate a new attribute with the abstract text of PUBMED, when using doi?
In short from ID DOI to ID DOI ABSTRACT
Thanks and stay healthy!!!
How to generate a new attribute with the abstract text of PUBMED, when using doi?
In short from ID DOI to ID DOI ABSTRACT
Thanks and stay healthy!!!
Tagged:
0
Best Answer
-
Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635
Unicorn
Assuming you have a known set of id's that you want to use, isn't it a parameter in the URL query for PUBMED? If so you can put them in a csv or exampleset and then run through a loop where you insert them into a macro and use the macro in the URL query to return the abstract, then just save that in a new attribute.1