{"id":13105,"date":"2019-08-23T15:09:29","date_gmt":"2019-08-23T19:09:29","guid":{"rendered":"http:\/\/www.iri.com\/blog\/?p=13105"},"modified":"2019-08-23T15:41:53","modified_gmt":"2019-08-23T19:41:53","slug":"knime-machine-learning","status":"publish","type":"post","link":"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/","title":{"rendered":"Machine Learning in Cancer Prediction: A Voracity-KNIME Use Case"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">In predictive analytics, machine learning involves training a computer to evaluate data sets and create prediction models from trends it finds in the data. Machine learning builds off traditional statistics and creates larger and more advanced models faster than a person ever could. It can even automate many of these processes so that little supervision is needed.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Machine learning modules for prediction and diagnostics are included in <\/span><a href=\"https:\/\/www.knime.com\"><span style=\"font-weight: 400;\">KNIME<\/span><\/a><span style=\"font-weight: 400;\">, a popular open source data science platform built on Eclipse that features many provided and community-contributed data mining and visualization nodes. This article focuses on a KNIME decision tree node that uses machine learning to improve the reliability of breast cancer prediction.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The analytic nodes involved here also leverage a new high performance \u2018Job Source\u2019 or \u2018Data Provider\u2019 node in the KNIME workflow configured and run in the same Eclipse panel with the <\/span><a href=\"https:\/\/www.iri.com\/products\/voracity\"><span style=\"font-weight: 400;\">IRI Voracity<\/span><\/a><span style=\"font-weight: 400;\"> data management platform. The purpose-built <\/span><a href=\"https:\/\/www.iri.com\/blog\/business-intelligence\/voracity-knime-node\/\"><span style=\"font-weight: 400;\">Voracity node for KNIME<\/span><\/a><span style=\"font-weight: 400;\"> wrangles and PHI-anonymizes high volumes of tumor measurement data, and simultaneously feeds its results in memory to the KNIME analytic nodes connected to it.<\/span><\/p>\n<p><a href=\"\/blog\/wp-content\/uploads\/2019\/07\/Voracity_close_up-e1564520571932.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-13030 aligncenter\" src=\"\/blog\/wp-content\/uploads\/2019\/07\/Voracity_close_up-e1564520571932.png\" alt=\"Voracity close up\" width=\"407\" height=\"131\" srcset=\"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/07\/Voracity_close_up-e1564520571932.png 407w, https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/07\/Voracity_close_up-e1564520571932-300x97.png 300w\" sizes=\"(max-width: 407px) 100vw, 407px\" \/><\/a><\/p>\n<p><span style=\"font-weight: 400;\">In our example, Voracity prepared raw data containing 20 different measurements of breast cancer tumours, including their overall size, shape and features of the cells\u2019 nucleus. Within seconds, the prepared results are flowing into a decision tree prediction to help determine if any given tumour is likely to be malignant or benign.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Here is the workflow:<\/span><\/p>\n<p><a href=\"\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-13106 aligncenter\" src=\"\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning.png\" alt=\"\" width=\"677\" height=\"189\" srcset=\"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning.png 763w, https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning-300x84.png 300w\" sizes=\"(max-width: 677px) 100vw, 677px\" \/><\/a><\/p>\n<p><span style=\"font-weight: 400;\">Once Voracity has prepared the measurement data, a KNIME normalizer node is used to z-score normalize the measurements. This will make all the values from each column fit into a much smaller range of numbers than the original data. This lets the learner create a more accurate prediction by removing impurities and creating a more symmetric distribution. Normalizing data is common in machine learning to create better accuracy and usually doesn\u2019t hurt even if the data doesn\u2019t need it.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The next node partitions the table by 80%. This is done so that one part can be used to create a predictive model and the remaining values are used to test how accurate that model is. The more accurate the model, the more likely the type of data being used is good for this prediction.<\/span><\/p>\n<p><a href=\"\/blog\/wp-content\/uploads\/2019\/08\/Tree_Learner.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-13107 aligncenter\" src=\"\/blog\/wp-content\/uploads\/2019\/08\/Tree_Learner.png\" alt=\"\" width=\"361\" height=\"620\" srcset=\"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Tree_Learner.png 424w, https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Tree_Learner-175x300.png 175w\" sizes=\"(max-width: 361px) 100vw, 361px\" \/><\/a><\/p>\n<p><span style=\"font-weight: 400;\">The Decision Tree Learner node then goes through different variables and creates multiple binary trees. Each of these trees determines if a given factor is likely to be a cause for a malignant tumor before it tries the next variable.<\/span><\/p>\n<p><a href=\"http:\/\/www.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Decision_tree.png\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-13108 aligncenter\" src=\"\/blog\/wp-content\/uploads\/2019\/08\/Decision_tree-1024x629.png\" alt=\"\" width=\"635\" height=\"390\" srcset=\"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Decision_tree-1024x629.png 1024w, https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Decision_tree-300x184.png 300w, https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Decision_tree-768x472.png 768w, https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Decision_tree.png 1758w\" sizes=\"(max-width: 635px) 100vw, 635px\" \/><\/a><\/p>\n<p><span style=\"font-weight: 400;\">With this information, the predictor and scorer nodes then take that remaining 20% of the partitioned table from earlier. This tests the prediction model for accuracy and strength of the relationships between the results and data.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">This is the final result from the Scorer Node.<\/span><\/p>\n<p><a href=\"\/blog\/wp-content\/uploads\/2019\/08\/Confusion_Matrix.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-13109 aligncenter\" src=\"\/blog\/wp-content\/uploads\/2019\/08\/Confusion_Matrix.png\" alt=\"\" width=\"271\" height=\"192\" \/><\/a><\/p>\n<p><span style=\"font-weight: 400;\">As you can see, the predictor created a model with an accuracy close to 95% and a Cohen\u2019s kappa of 0.905 based on the given data. This means that there is a very strong connection between these measurements and the likelihood of the tumor becoming malignant.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Decision Trees are just one of many different nodes that KNIME provides. KNIME also provides regression, neural networks, and even 3rd-party deep learning libraries and applications which begin to address applications requiring artificial intelligence.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">These include:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">DL4J<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Keras<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">ONNX<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Python<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">TensorFlow<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">This larger perspective of the project in Eclipse &#8212; <\/span><a href=\"https:\/\/www.iri.com\/products\/workbench\"><span style=\"font-weight: 400;\">IRI Workbench<\/span><\/a><span style=\"font-weight: 400;\"> to be precise &#8212; shows both the KNIME nodes and workflow views, and the IRI Voracity platform tooling and data wrangling job for CoSort that drives the Voracity data source node:<\/span><\/p>\n<p><a href=\"http:\/\/www.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-13110 aligncenter\" src=\"\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5-1024x577.png\" alt=\"\" width=\"634\" height=\"357\" srcset=\"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5-1024x577.png 1024w, https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5-300x169.png 300w, https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5-768x433.png 768w, https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5.png 1600w\" sizes=\"(max-width: 634px) 100vw, 634px\" \/><\/a><\/p>\n<p><span style=\"font-weight: 400;\">If you have any questions about the use of KNIME or Voracity together in IRI Workbench, <\/span><a href=\"https:\/\/www.iri.com\/company\/contact\"><span style=\"font-weight: 400;\">contact IRI<\/span><\/a><span style=\"font-weight: 400;\">. If you need help using or building projects in KNIME that leverage data for analytic value, contact the KNIME partners at <\/span><a href=\"http:\/\/redfield.se\/\"><span style=\"font-weight: 400;\">Redfield Consulting<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In predictive analytics, machine learning involves training a computer to evaluate data sets and create prediction models from trends it finds in the data. Machine learning builds off traditional statistics and creates larger and more advanced models faster than a person ever could. It can even automate many of these processes so that little supervision<\/p>\n<div><a class=\"btn-filled btn\" href=\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/\" title=\"Machine Learning in Cancer Prediction: A Voracity-KNIME Use Case\">Read More<\/a><\/div>\n","protected":false},"author":115,"featured_media":13110,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[32,91],"tags":[273,52,5,71,92,546,789,850,1422,1423,1424,68],"class_list":["post-13105","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-business-intelligence","category-iri-workbench","tag-bi","tag-business-intelligence-2","tag-data-transformation","tag-eclipse","tag-gui","tag-iri-cosort","tag-iri-voracity","tag-iri-workbench","tag-knime","tag-knime-analytics-platform","tag-machine-learning","tag-sortcl"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Machine Learning in Cancer Prediction: A Voracity-KNIME Use Case - IRI<\/title>\n<meta name=\"description\" content=\"In predictive analytics, machine learning involves training a computer to evaluate data sets and create prediction models from trends it finds in the data.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Machine Learning in Cancer Prediction: A Voracity-KNIME Use Case - IRI\" \/>\n<meta property=\"og:description\" content=\"In predictive analytics, machine learning involves training a computer to evaluate data sets and create prediction models from trends it finds in the data.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/\" \/>\n<meta property=\"og:site_name\" content=\"IRI\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-23T19:09:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-08-23T19:41:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"902\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Craig Schein\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Craig Schein\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/\"},\"author\":{\"name\":\"Craig Schein\",\"@id\":\"https:\/\/beta.iri.com\/blog\/#\/schema\/person\/803e7bda27760374008e0dee86eee2bd\"},\"headline\":\"Machine Learning in Cancer Prediction: A Voracity-KNIME Use Case\",\"datePublished\":\"2019-08-23T19:09:29+00:00\",\"dateModified\":\"2019-08-23T19:41:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/\"},\"wordCount\":629,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/beta.iri.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5.png\",\"keywords\":[\"BI\",\"business intelligence\",\"data transformation\",\"Eclipse\",\"GUI\",\"IRI CoSort\",\"IRI Voracity\",\"IRI Workbench\",\"KNIME\",\"KNIME Analytics Platform\",\"machine learning\",\"SortCL\"],\"articleSection\":[\"Business Intelligence (BI&#041;\",\"IRI Workbench\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/\",\"url\":\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/\",\"name\":\"Machine Learning in Cancer Prediction: A Voracity-KNIME Use Case - IRI\",\"isPartOf\":{\"@id\":\"https:\/\/beta.iri.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5.png\",\"datePublished\":\"2019-08-23T19:09:29+00:00\",\"dateModified\":\"2019-08-23T19:41:53+00:00\",\"description\":\"In predictive analytics, machine learning involves training a computer to evaluate data sets and create prediction models from trends it finds in the data.\",\"breadcrumb\":{\"@id\":\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#primaryimage\",\"url\":\"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5.png\",\"contentUrl\":\"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5.png\",\"width\":1600,\"height\":902},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/beta.iri.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Machine Learning in Cancer Prediction: A Voracity-KNIME Use Case\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/beta.iri.com\/blog\/#website\",\"url\":\"https:\/\/beta.iri.com\/blog\/\",\"name\":\"IRI\",\"description\":\"Total Data Management Blog\",\"publisher\":{\"@id\":\"https:\/\/beta.iri.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/beta.iri.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/beta.iri.com\/blog\/#organization\",\"name\":\"IRI\",\"url\":\"https:\/\/beta.iri.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/beta.iri.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/02\/iri-logo-total-data-management-small-1.png\",\"contentUrl\":\"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/02\/iri-logo-total-data-management-small-1.png\",\"width\":750,\"height\":206,\"caption\":\"IRI\"},\"image\":{\"@id\":\"https:\/\/beta.iri.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/beta.iri.com\/blog\/#\/schema\/person\/803e7bda27760374008e0dee86eee2bd\",\"name\":\"Craig Schein\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/beta.iri.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/dd64a949f0641d95a87230cabec062d5?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/dd64a949f0641d95a87230cabec062d5?s=96&d=blank&r=g\",\"caption\":\"Craig Schein\"},\"url\":\"https:\/\/beta.iri.com\/blog\/author\/craigs\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Machine Learning in Cancer Prediction: A Voracity-KNIME Use Case - IRI","description":"In predictive analytics, machine learning involves training a computer to evaluate data sets and create prediction models from trends it finds in the data.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/","og_locale":"en_US","og_type":"article","og_title":"Machine Learning in Cancer Prediction: A Voracity-KNIME Use Case - IRI","og_description":"In predictive analytics, machine learning involves training a computer to evaluate data sets and create prediction models from trends it finds in the data.","og_url":"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/","og_site_name":"IRI","article_published_time":"2019-08-23T19:09:29+00:00","article_modified_time":"2019-08-23T19:41:53+00:00","og_image":[{"width":1600,"height":902,"url":"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5.png","type":"image\/png"}],"author":"Craig Schein","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Craig Schein","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#article","isPartOf":{"@id":"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/"},"author":{"name":"Craig Schein","@id":"https:\/\/beta.iri.com\/blog\/#\/schema\/person\/803e7bda27760374008e0dee86eee2bd"},"headline":"Machine Learning in Cancer Prediction: A Voracity-KNIME Use Case","datePublished":"2019-08-23T19:09:29+00:00","dateModified":"2019-08-23T19:41:53+00:00","mainEntityOfPage":{"@id":"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/"},"wordCount":629,"commentCount":2,"publisher":{"@id":"https:\/\/beta.iri.com\/blog\/#organization"},"image":{"@id":"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#primaryimage"},"thumbnailUrl":"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5.png","keywords":["BI","business intelligence","data transformation","Eclipse","GUI","IRI CoSort","IRI Voracity","IRI Workbench","KNIME","KNIME Analytics Platform","machine learning","SortCL"],"articleSection":["Business Intelligence (BI&#041;","IRI Workbench"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/","url":"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/","name":"Machine Learning in Cancer Prediction: A Voracity-KNIME Use Case - IRI","isPartOf":{"@id":"https:\/\/beta.iri.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#primaryimage"},"image":{"@id":"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#primaryimage"},"thumbnailUrl":"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5.png","datePublished":"2019-08-23T19:09:29+00:00","dateModified":"2019-08-23T19:41:53+00:00","description":"In predictive analytics, machine learning involves training a computer to evaluate data sets and create prediction models from trends it finds in the data.","breadcrumb":{"@id":"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#primaryimage","url":"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5.png","contentUrl":"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5.png","width":1600,"height":902},{"@type":"BreadcrumbList","@id":"https:\/\/beta.iri.com\/blog\/business-intelligence\/knime-machine-learning\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/beta.iri.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Machine Learning in Cancer Prediction: A Voracity-KNIME Use Case"}]},{"@type":"WebSite","@id":"https:\/\/beta.iri.com\/blog\/#website","url":"https:\/\/beta.iri.com\/blog\/","name":"IRI","description":"Total Data Management Blog","publisher":{"@id":"https:\/\/beta.iri.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/beta.iri.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/beta.iri.com\/blog\/#organization","name":"IRI","url":"https:\/\/beta.iri.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/beta.iri.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/02\/iri-logo-total-data-management-small-1.png","contentUrl":"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/02\/iri-logo-total-data-management-small-1.png","width":750,"height":206,"caption":"IRI"},"image":{"@id":"https:\/\/beta.iri.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/beta.iri.com\/blog\/#\/schema\/person\/803e7bda27760374008e0dee86eee2bd","name":"Craig Schein","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/beta.iri.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/dd64a949f0641d95a87230cabec062d5?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dd64a949f0641d95a87230cabec062d5?s=96&d=blank&r=g","caption":"Craig Schein"},"url":"https:\/\/beta.iri.com\/blog\/author\/craigs\/"}]}},"jetpack_featured_media_url":"https:\/\/beta.iri.com\/blog\/wp-content\/uploads\/2019\/08\/Machine_Learning_collage_v5.png","_links":{"self":[{"href":"https:\/\/beta.iri.com\/blog\/wp-json\/wp\/v2\/posts\/13105"}],"collection":[{"href":"https:\/\/beta.iri.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/beta.iri.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/beta.iri.com\/blog\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/beta.iri.com\/blog\/wp-json\/wp\/v2\/comments?post=13105"}],"version-history":[{"count":3,"href":"https:\/\/beta.iri.com\/blog\/wp-json\/wp\/v2\/posts\/13105\/revisions"}],"predecessor-version":[{"id":13113,"href":"https:\/\/beta.iri.com\/blog\/wp-json\/wp\/v2\/posts\/13105\/revisions\/13113"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/beta.iri.com\/blog\/wp-json\/wp\/v2\/media\/13110"}],"wp:attachment":[{"href":"https:\/\/beta.iri.com\/blog\/wp-json\/wp\/v2\/media?parent=13105"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/beta.iri.com\/blog\/wp-json\/wp\/v2\/categories?post=13105"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/beta.iri.com\/blog\/wp-json\/wp\/v2\/tags?post=13105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}