<?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 SVM Confidence Interval Generation in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/SVM-Confidence-Interval-Generation/m-p/932382#M108886</link>
    <description>&lt;P&gt;Is there any way to generate confidence intervals for an SVM model?&lt;/P&gt;</description>
    <pubDate>Tue, 24 Feb 2026 17:43:38 GMT</pubDate>
    <dc:creator>CentroidError56</dc:creator>
    <dc:date>2026-02-24T17:43:38Z</dc:date>
    <item>
      <title>SVM Confidence Interval Generation</title>
      <link>https://community.jmp.com/t5/Discussions/SVM-Confidence-Interval-Generation/m-p/932382#M108886</link>
      <description>&lt;P&gt;Is there any way to generate confidence intervals for an SVM model?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 17:43:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM-Confidence-Interval-Generation/m-p/932382#M108886</guid>
      <dc:creator>CentroidError56</dc:creator>
      <dc:date>2026-02-24T17:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: SVM Confidence Interval Generation</title>
      <link>https://community.jmp.com/t5/Discussions/SVM-Confidence-Interval-Generation/m-p/934982#M109073</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/47547"&gt;@CentroidError56&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry that you didn't get a response so far. I have searched in litterature, and it seems the easiest option to get close to what you would like is to calculate bootstrap interval (there doesn't seem to be confidence intervals with SVM).&lt;/P&gt;
&lt;P&gt;One could imagine calculating intervals like in SVEM Generalized regression, so the process would be :&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a new table with fractionnally weighted bootstraps through an &lt;A href="https://www.jmp.com/support/help/en/19.0/#page/jmp/launch-the-make-validation-column-platform.shtml" target="_self"&gt;autovalidation &lt;/A&gt;table.&lt;/LI&gt;
&lt;LI&gt;Run the SVM analysis with "Valid Weight" as Freq role and "Valid Set" as Validation role.&lt;/LI&gt;
&lt;LI&gt;Once the model is obtained, save column prediction formula.&lt;/LI&gt;
&lt;LI&gt;Create permutations of the valid weights values (open the column formula, and check/uncheck the evaluation of the formula to force the re-evaluation of the formula to generate new weights), and re-run the SVM analysis.&lt;/LI&gt;
&lt;LI&gt;Save new column prediction formula and repeat the process (100-200 times like in SVEM).&lt;/LI&gt;
&lt;LI&gt;Once all column prediction formula have been saved in the table, create a new column which is the mean of all previous resample formulas, and a new column which is the StdError of your predicted response by calculating Std Dev of the individual resample formulas.&lt;/LI&gt;
&lt;LI&gt;Then, you can use the Profiler, and use these two newly created columns (mean and stddev of the resample formulas), specify "Expand Intermediate Formula" and click OK when JMP asks if StdError column can be used to create intervals.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;As you can imagine, there are no easy ways to do this by only using clicks (the process is quite tedious to repeat), so I would recommend try scripting it (but I am clearly not a scripter). As an example, I tested it on the Diabetes dataset with an RBF SVM with cost=0,265 and gamma=0,09 and only repeating the process 4 times (so 5 resample formulas, file attached) :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d'écran 2026-03-12 102302.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/95694i313DD6306C45F8AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture d'écran 2026-03-12 102302.png" alt="Capture d'écran 2026-03-12 102302.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Once my mean and StdError columns have been created from these 5 resample formulas, I can use the Profiler with these two columns :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d'écran 2026-03-12 102519.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/95695i02CE5E0578153898/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture d'écran 2026-03-12 102519.png" alt="Capture d'écran 2026-03-12 102519.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe someone from the Community or JMP staff could help designing this JSL script ?&lt;/P&gt;
&lt;P&gt;You can also in the meantime add this need for intervals in the &lt;A href="https://community.jmp.com/t5/JMP-Wish-List/idb-p/jmp-wish-list" target="_self"&gt;JMP Wish List&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this answer may help you,&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 12:14:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SVM-Confidence-Interval-Generation/m-p/934982#M109073</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2026-03-12T12:14:01Z</dc:date>
    </item>
  </channel>
</rss>

