<?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: Questions on Decision Tree node in SAS Academy for Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Questions-on-Decision-Tree-node/m-p/651145#M822</link>
    <description>&lt;DIV class="forum-subj-action"&gt;
&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;
&lt;DIV class="MessageSubject"&gt;
&lt;DIV class="MessageSubjectIcons "&gt;
&lt;DIV class="lia-message-subject"&gt;Re: Questions on Decision Tree node&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="forum-post"&gt;
&lt;DIV class="post-info"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Questions-on-Decision-Tree-node/m-p/650145#M810" target="_blank"&gt;&lt;SPAN class="message-date-friendly" title="Posted by pvareschi  
 May 24, 2020 1:49:43 AM"&gt;Posted Sunday&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN class="message-date-views"&gt;(22 views)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="reply-author"&gt;&amp;nbsp;|&amp;nbsp;&amp;nbsp; In reply to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="A reply to gcjfernandez_gmail_com's message from 05-13-2020" href="https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Questions-on-Decision-Tree-node/m-p/647645#M776" target="_blank"&gt;gcjfernandez_gmail_com&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV id="bodyDisplay_7a2a51ef56a46f" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;Thank you for your answers. Everything is clear now, with the only exception of the "Time of Bonferroni Adjustment": if option "After" means the Bonferroni adjustment takes place after the split is chosen, what is the point of applying it? What I mean is that if a split is chosen without considering the adjustment, then I do not understand what is the point of applying it after...or does it mean that the best split for a given input is chosen without applying the adjustment and then, before making a comparisong across all candidate inputs, the adjustement is applied so to penalise inputs with a large number of categories?&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;My Answer:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;The difference between using the the Bonferroni adjustment before (default) and after (less conservative) in the decision tree size become obvious when maximum branch size is changed from 2 (default) to a higher number such as 5. With the default branch number 2, no difference in the tree size can be observed with before or after option.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 27 May 2020 17:03:53 GMT</pubDate>
    <dc:creator>gcjfernandez</dc:creator>
    <dc:date>2020-05-27T17:03:53Z</dc:date>
    <item>
      <title>Questions on Decision Tree node</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Questions-on-Decision-Tree-node/m-p/647450#M772</link>
      <description>&lt;P&gt;Re:&amp;nbsp;&lt;FONT style="background-color: #ffffff;"&gt;Applied Analytics Using SAS Enterprise Miner&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;I have the following questions on specific aspects of how the Decision Tree node works:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;&lt;STRONG&gt;1. Split search for nominal inputs:&lt;/STRONG&gt; page 3.32 of the course notes states "[...] if the input is categorical, the average value of the target is taken within each categorical input level. The averages serve the same role as the unique interval input values in the discussion that follows […]"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;Does the above mean that, in practice, a nominal input is treated in the same way as an interval one, which implies that, if there are L levels, the algorithm will only consider L-1 splitting points instead of the potential&amp;nbsp;&lt;/FONT&gt;&lt;FONT style="background-color: #ffffff;"&gt;2^(L-1) difference combination of those levels?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;&lt;STRONG&gt;2. Property "Minimum Categorical Size":&lt;/STRONG&gt; can this property be used to affect the tree growth? Am I right in saying that it defines the minimum number of cases that a level (of a class input) must have to be considered as a potential separate branch in a split?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DT_pic1.png" style="width: 220px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39373i4C6E5128C2F5EB2B/image-dimensions/220x294?v=v2" width="220" height="294" role="button" title="DT_pic1.png" alt="DT_pic1.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;&lt;STRONG&gt;3. Properties "Exhaustive" and "Node Sample":&lt;/STRONG&gt; are they only used with multi-way splits or do they affect a binary tree with a binary target as well?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;&lt;STRONG&gt;4. Property "Use Priors":&lt;/STRONG&gt; what is the effect of this property? Would it affect the cut-off used for classifying leaves and derived Misclassification rate?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;&lt;STRONG&gt;5. Property "Time of Bonferroni Adjustment":&lt;/STRONG&gt; I understand the purpose of the Bonferroni Adjustment and how it works, but I am not sure on the purpose of this property and its impact on the growing algorithm&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;&lt;STRONG&gt;6. Output variables and metrics with Prior Probabilities:&lt;/STRONG&gt; when defining Prior Probabilities, on the output dataset I can see the following variables which are not created by other modelling nodes: "Q_target" and "V_target". Are they related to posterior probabilities non-adjusted for priors (while the probabilities in "P_target" variables are adjusted for priors)? What is the difference between Q_ and V_ variables?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;Moreover, the fit statistics, show "Average Square Error with Priors" and "Misclassification Rate with Priors": are they calculated on posterior probabilities adjusted for priors? (in which case I assume ASE is based on unadjusted posterior probabilities)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DT_fit.png" style="width: 473px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39375i0B50142882ACA35F/image-dimensions/473x121?v=v2" width="473" height="121" role="button" title="DT_fit.png" alt="DT_fit.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 12:45:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Questions-on-Decision-Tree-node/m-p/647450#M772</guid>
      <dc:creator>pvareschi</dc:creator>
      <dc:date>2020-05-13T12:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on Decision Tree node</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Questions-on-Decision-Tree-node/m-p/647645#M776</link>
      <description>&lt;P&gt;&lt;FONT&gt;&lt;STRONG&gt;1. Split search for nominal inputs:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;page 3.32 of the course notes states "[...] if the input is categorical, the average value of the target is taken within each categorical input level. The averages serve the same role as the unique interval input values in the discussion that follows […]"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;Does the above mean that, in practice, a nominal input is treated in the same way as an interval one, which implies that, if there are L levels, the algorithm will only consider L-1 splitting points instead of the potential&amp;nbsp;&lt;/FONT&gt;&lt;FONT&gt;2^(L-1) difference combination of those levels?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;My answer:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;For nominal input, depending on the the type of split(Default: binary split; 3-way split) the software will try all combinations of the potential split points and pic the top one based on Log worth (default).&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Property "Minimum Categorical Size":can this property be used to affect the tree growth? Am I right in saying that it defines the minimum number of cases that a level (of a class input) must have to be considered as a potential separate branch in a split?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;My Answer:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;The default value of 5&amp;nbsp; for minimum categorical size is a requirement for the Chi-square test&lt;/STRONG&gt;&lt;/FONT&gt;. Am I right in saying that it defines the minimum number of cases that a level (of a class input) must have to be considered as a potential separate branch in a split? &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;Property "Minimum Categorical Size":can this property be used to affect the tree growth? &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;By increasing from 5 to 50 this can reduce size of split point search in the tree growth.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;3.&amp;nbsp;&amp;nbsp;Properties "Exhaustive" and "Node Sample":&amp;nbsp;are they only used with multi-way splits or do they affect a binary tree with a binary target as well?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Please see the responses which I copied from SAS EM help:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;Exhaustive&lt;/STRONG&gt; — specifies the highest number of candidate splits that you want to find in an exhaustive search. The Exhaustive property applies to multi-way splits and to binary splits on nominal targets with more than two values. Permissible values are integers between 0 and 2,000,000,000. The default setting for the Exhaustive property is 5000.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;Node Sample&lt;/STRONG&gt; — specifies the maximum within-node sample size n that you want to use to find splits. If the number of training observations in a node is larger than n, then the split search for that node is based on a random sample of size n. Permissible values are integers greater than or equal to 2. The default value for the Node Sample property is 2000&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#008000"&gt;.&lt;FONT color="#000000"&gt;&lt;STRONG&gt;4. Property "Use Priors":&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;what is the effect of this property? Would it affect the cut-off used for classifying leaves and derived Misclassification rate?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#0000FF"&gt;Using priors will affect the split-search algorithm&amp;nbsp;and the derived misclassification&amp;nbsp;rate.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000"&gt;5. Property "Time of Bonferroni Adjustment":&amp;nbsp;I understand the purpose of the Bonferroni Adjustment and how it works, but I am not sure on the purpose of this property and its impact on the growing algorithm.&amp;nbsp;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000"&gt;From the help:&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;Bonferroni Adjustment&lt;/STRONG&gt; — When set to &lt;STRONG&gt;No&lt;/STRONG&gt;, the Bonferroni Adjustment property of the &lt;STRONG&gt;Decision Tree&lt;/STRONG&gt; node suppresses Bonferroni adjustments to the p-values. The default setting is &lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;T&lt;FONT color="#008000"&gt;ime of Bonferroni Adjustment&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#008000"&gt; — indicates whether the Bonferroni adjustment should take place &lt;STRONG&gt;Before&lt;/STRONG&gt; or &lt;STRONG&gt;After&lt;/STRONG&gt; the split is chosen. The default setting is &lt;STRONG&gt;Before&lt;/STRONG&gt;. The Time of Bonferroni Adjustment property is ignored if the Bonferroni Adjustment property is set to &lt;STRONG&gt;No&lt;/STRONG&gt;.&lt;/FONT&gt; &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;The default setting Before is more conservative and controls&amp;nbsp;the tree size&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;FONT&gt;&lt;STRONG&gt;6. Output variables and metrics with Prior Probabilities:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;when defining Prior Probabilities, on the output dataset I can see the following variables which are not created by other modelling nodes: "Q_target" and "V_target". Are they related to posterior probabilities non-adjusted for priors (while the probabilities in "P_target" variables are adjusted for priors)? What is the difference between Q_ and V_ variables?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;P_ is the prior adjusted probabilities for the training data&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;V_is the prior adjusted probabilities for the validation data&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Q_ Unadjusted probabilities for the validation data&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000"&gt;Moreover, the fit statistics, show "Average Square Error with Priors" and "Misclassification Rate with Priors": are they calculated on posterior probabilities adjusted for priors? (in which case I assume ASE is based on unadjusted posterior probabilities)&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Yes that is my understanding also&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 13 May 2020 22:10:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Questions-on-Decision-Tree-node/m-p/647645#M776</guid>
      <dc:creator>gcjfernandez</dc:creator>
      <dc:date>2020-05-13T22:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on Decision Tree node</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Questions-on-Decision-Tree-node/m-p/650145#M810</link>
      <description>&lt;P&gt;Thank you for your answers. Everything is clear now, with the only exception of the "Time of Bonferroni Adjustment": if option "After" means the Bonferroni adjustment takes place after the split is chosen, what is the point of applying it? What I mean is that if a split is chosen without considering the adjustment, then I do not understand what is the point of applying it after...or does it mean that the best split for a given input is chosen without applying the adjustment and then, before making a comparisong across all candidate inputs, the adjustement is applied so to penalise inputs with a large number of categories?&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2020 08:49:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Questions-on-Decision-Tree-node/m-p/650145#M810</guid>
      <dc:creator>pvareschi</dc:creator>
      <dc:date>2020-05-24T08:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on Decision Tree node</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Questions-on-Decision-Tree-node/m-p/651145#M822</link>
      <description>&lt;DIV class="forum-subj-action"&gt;
&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;
&lt;DIV class="MessageSubject"&gt;
&lt;DIV class="MessageSubjectIcons "&gt;
&lt;DIV class="lia-message-subject"&gt;Re: Questions on Decision Tree node&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="forum-post"&gt;
&lt;DIV class="post-info"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Questions-on-Decision-Tree-node/m-p/650145#M810" target="_blank"&gt;&lt;SPAN class="message-date-friendly" title="Posted by pvareschi  
 May 24, 2020 1:49:43 AM"&gt;Posted Sunday&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN class="message-date-views"&gt;(22 views)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="reply-author"&gt;&amp;nbsp;|&amp;nbsp;&amp;nbsp; In reply to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="A reply to gcjfernandez_gmail_com's message from 05-13-2020" href="https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Questions-on-Decision-Tree-node/m-p/647645#M776" target="_blank"&gt;gcjfernandez_gmail_com&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV id="bodyDisplay_7a2a51ef56a46f" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;Thank you for your answers. Everything is clear now, with the only exception of the "Time of Bonferroni Adjustment": if option "After" means the Bonferroni adjustment takes place after the split is chosen, what is the point of applying it? What I mean is that if a split is chosen without considering the adjustment, then I do not understand what is the point of applying it after...or does it mean that the best split for a given input is chosen without applying the adjustment and then, before making a comparisong across all candidate inputs, the adjustement is applied so to penalise inputs with a large number of categories?&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;My Answer:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;The difference between using the the Bonferroni adjustment before (default) and after (less conservative) in the decision tree size become obvious when maximum branch size is changed from 2 (default) to a higher number such as 5. With the default branch number 2, no difference in the tree size can be observed with before or after option.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 May 2020 17:03:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Questions-on-Decision-Tree-node/m-p/651145#M822</guid>
      <dc:creator>gcjfernandez</dc:creator>
      <dc:date>2020-05-27T17:03:53Z</dc:date>
    </item>
  </channel>
</rss>

