<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Hamidreza Keshavarz</title>
    <description>The latest articles on DEV Community by Hamidreza Keshavarz (@hamidkm9).</description>
    <link>https://dev.to/hamidkm9</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2696463%2F6a1641b8-27d8-40f9-8fd2-31c94d26bdc9.jpg</url>
      <title>DEV Community: Hamidreza Keshavarz</title>
      <link>https://dev.to/hamidkm9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hamidkm9"/>
    <language>en</language>
    <item>
      <title>LinearBoost: Faster Than XGBoost and LightGBM, Outperforming Them on F1 Score on Seven Famous Benchmark Datasets</title>
      <dc:creator>Hamidreza Keshavarz</dc:creator>
      <pubDate>Sun, 12 Jan 2025 17:11:10 +0000</pubDate>
      <link>https://dev.to/hamidkm9/linearboost-faster-than-xgboost-and-lightgbm-outperforming-them-on-f1-score-on-seven-famous-35j6</link>
      <guid>https://dev.to/hamidkm9/linearboost-faster-than-xgboost-and-lightgbm-outperforming-them-on-f1-score-on-seven-famous-35j6</guid>
      <description>&lt;p&gt;Hi All!&lt;/p&gt;

&lt;p&gt;The latest version of LinearBoost classifier is released!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/LinearBoost/linearboost-classifier" rel="noopener noreferrer"&gt;https://github.com/LinearBoost/linearboost-classifier&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In benchmarks on 7 well-known datasets (Breast Cancer Wisconsin, Heart Disease, Pima Indians Diabetes Database, Banknote Authentication, Haberman's Survival, Loan Status Prediction, and PCMAC), LinearBoost achieved these results:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;It outperformed XGBoost on F1 score on all of the seven datasets&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It outperformed LightGBM on F1 score on five of seven datasets&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It reduced the runtime by up to 98% compared to XGBoost and LightGBM&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It achieved competitive F1 scores with CatBoost, while being much faster&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;LinearBoost is a customized boosted version of SEFR, a super-fast linear classifier. It considers all of the features simultaneously instead of picking them one by one (as in Decision Trees), and so makes a more robust decision making at each step.&lt;/p&gt;

&lt;p&gt;This is a side project, and authors work on it in their spare time. However, it can be a starting point to utilize linear classifiers in boosting to get efficiency and accuracy. The authors are happy to get your feedback!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>algorithms</category>
      <category>computerscience</category>
    </item>
  </channel>
</rss>
