<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS EM/EG - How can I implement incremental training/learning? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/610214#M18057</link>
    <description>&lt;P&gt;I would use that as a variable in my model but I’m also biased against using outsourced models where it’s a black box. But I’m primarily in health care where the stakes are people’s lives. I’d definitely be building my own models and almost use theirs as the predictor to see if I could reverse engineer it with my data and then build it out. Assuming that’s not against your terms of service.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/155659"&gt;@Pregel&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I won’t have the scoring logic or underlying data but I will receive the score on a monthly subscription basis, hence the need for an incremental learning approach.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Dec 2019 17:59:33 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-12-07T17:59:33Z</dc:date>
    <item>
      <title>SAS EM/EG - How can I implement incremental training/learning?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/609224#M17848</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a score from a binary classification model (probability of some event of interest). This score was generated by an external provider, I don't have access to the underlying data or model logic, but I have seen the model metrics which indicate it is strong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to augment this prediction with additional data attributes (that was not available to the external provider). There are 3 ways of doing this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Use the probability score as a direct input into a new model which also consumes the additional data (leads to instability)&lt;/P&gt;&lt;P&gt;2) Create a new model using the additional data and ensemble the probability score of this model with the external model (has the potential to hurt the overall prediction)&lt;/P&gt;&lt;P&gt;3) Use an incremental learning approach (similar to boosting), set the probability score of the external model as the baseline and then incrementally increase the fit using the additional data&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Incremental learning is possible using &lt;A href="https://stackoverflow.com/questions/38079853/how-can-i-implement-incremental-training-for-xgboost" target="_self"&gt;python and the xgboost package&lt;/A&gt;&amp;nbsp;, keen to understand if its possible using either SAS EM or base code? Has anyone attempted anything like this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Shane&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 01:12:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/609224#M17848</guid>
      <dc:creator>Pregel</dc:creator>
      <dc:date>2019-12-04T01:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EM/EG - How can I implement incremental training/learning?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/609263#M17858</link>
      <description>Why isn't rebuilding a model from scratch an option and using the old scoring as a baseline?</description>
      <pubDate>Wed, 04 Dec 2019 05:25:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/609263#M17858</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-12-04T05:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EM/EG - How can I implement incremental training/learning?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/609286#M17861</link>
      <description>&lt;P&gt;Good question, training a new model on the additional data attributes is an option, however, the external model was trained on a data source that is very different to source of the additional data attributes. Given these diverse data sources our hypothesis is that the figurative sum of both models would be better than any of the individual models - hence the desire to combine them.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 07:28:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/609286#M17861</guid>
      <dc:creator>Pregel</dc:creator>
      <dc:date>2019-12-04T07:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EM/EG - How can I implement incremental training/learning?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/609414#M17887</link>
      <description>You have the scoring rules/criteria though, ie you can apply it to a new data set?</description>
      <pubDate>Wed, 04 Dec 2019 15:21:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/609414#M17887</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-12-04T15:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EM/EG - How can I implement incremental training/learning?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/609855#M17989</link>
      <description>&lt;P&gt;No I don't have the logic and the data sets are mutually exclusive.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 04:05:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/609855#M17989</guid>
      <dc:creator>Pregel</dc:creator>
      <dc:date>2019-12-06T04:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EM/EG - How can I implement incremental training/learning?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/610032#M18023</link>
      <description>Well if you don't have the logic/scoring code you can't use it in the future anyways then to build future models/predictions and score it so what value would it add to your future process then?</description>
      <pubDate>Fri, 06 Dec 2019 17:02:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/610032#M18023</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-12-06T17:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EM/EG - How can I implement incremental training/learning?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/610170#M18041</link>
      <description>I won’t have the scoring logic or underlying data but I will receive the score on a monthly subscription basis, hence the need for an incremental learning approach.</description>
      <pubDate>Sat, 07 Dec 2019 03:39:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/610170#M18041</guid>
      <dc:creator>Pregel</dc:creator>
      <dc:date>2019-12-07T03:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EM/EG - How can I implement incremental training/learning?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/610214#M18057</link>
      <description>&lt;P&gt;I would use that as a variable in my model but I’m also biased against using outsourced models where it’s a black box. But I’m primarily in health care where the stakes are people’s lives. I’d definitely be building my own models and almost use theirs as the predictor to see if I could reverse engineer it with my data and then build it out. Assuming that’s not against your terms of service.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/155659"&gt;@Pregel&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I won’t have the scoring logic or underlying data but I will receive the score on a monthly subscription basis, hence the need for an incremental learning approach.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2019 17:59:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-EM-EG-How-can-I-implement-incremental-training-learning/m-p/610214#M18057</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-12-07T17:59:33Z</dc:date>
    </item>
  </channel>
</rss>

