<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>IA_TEST by Kunyuan Hsieh</title>
      <link>https://padlet.com/kunyuanmac/12vh2ntxe3rjyghd</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2024-03-12 03:27:51 UTC</pubDate>
      <lastBuildDate>2024-03-12 03:32:35 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Python Script</title>
         <author>kunyuanmac</author>
         <link>https://padlet.com/kunyuanmac/12vh2ntxe3rjyghd/wish/2914927617</link>
         <description><![CDATA[<pre><code>&gt;&gt;&gt; from sklearn.ensemble import IsolationForest
&gt;&gt;&gt; import numpy as np
&gt;&gt;&gt; X = np.array([[-1, -1], [-2, -1], [-3, -2], [0, 0], [-20, 50], [3, 5]])
&gt;&gt;&gt; clf = IsolationForest(n_estimators=10, warm_start=True)
&gt;&gt;&gt; clf.fit(X)  # fit 10 trees  
&gt;&gt;&gt; clf.set_params(n_estimators=20)  # add 10 more trees  
&gt;&gt;&gt; clf.fit(X)  # fit the added trees  </code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-12 03:30:16 UTC</pubDate>
         <guid>https://padlet.com/kunyuanmac/12vh2ntxe3rjyghd/wish/2914927617</guid>
      </item>
      <item>
         <title>Upload Image</title>
         <author>kunyuanmac</author>
         <link>https://padlet.com/kunyuanmac/12vh2ntxe3rjyghd/wish/2914930161</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2215176556/b24e6e7171f48d9a3de10be57441f982/IA_TEST.png" />
         <pubDate>2024-03-12 03:32:35 UTC</pubDate>
         <guid>https://padlet.com/kunyuanmac/12vh2ntxe3rjyghd/wish/2914930161</guid>
      </item>
   </channel>
</rss>
