<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Cost-sensitive classification</title><link>https://sourceforge.net/p/csextensions/wiki/Cost-sensitive%2520classification/</link><description>Recent changes to Cost-sensitive classification</description><atom:link href="https://sourceforge.net/p/csextensions/wiki/Cost-sensitive%20classification/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 20 Sep 2013 10:44:54 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/csextensions/wiki/Cost-sensitive%20classification/feed" rel="self" type="application/rss+xml"/><item><title>Cost-sensitive classification modified by Ankit Desai</title><link>https://sourceforge.net/p/csextensions/wiki/Cost-sensitive%2520classification/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/csextensions/wiki/markdown_syntax/) syntax.
-
-[[members limit=20]]
-[[download_button]]
+Classification is a data mining technique used to predict group membership for data instances. Cost-sensitive classifier is relatively new field of research in the data mining and machine learning communities. They are basically used for classification tasks under the cost-based model, unlike the error-based model. Error based classifier AdaBoost is a simple algorithm that reweights the training instances to build multiple classifiers in training phase, without considering the cost of misclassification. Out of all generated classifiers in training, in classification, it collects the weighted votes from each and classifies the new sample (example) according to maximum votes collected. Intuitively, combining multiple models shall give more robust predictions than a single model under the situation where misclassification costs are considered. Boosting has been shown to be an effective method of combining multiple models in order to enhance the predictive accuracy of a single model. Thus, it is natural to think that boosting might also reduce the misclassification costs. All the cost-sensitive boosters are studied and five new extensions are proposed and their results are compared in this paper. A few future extensions are notified.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ankit Desai</dc:creator><pubDate>Fri, 20 Sep 2013 10:44:54 -0000</pubDate><guid>https://sourceforge.net8e85281c0bd476f96ba68f55a01f7a9fef603ada</guid></item><item><title>Home modified by Ankit Desai</title><link>https://sourceforge.net/p/csextensions/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/csextensions/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/desaiankitb/"&gt;Ankit Desai&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-522d6edabcf63a352777084e" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ankit Desai</dc:creator><pubDate>Mon, 09 Sep 2013 06:46:50 -0000</pubDate><guid>https://sourceforge.netd354874431ef2918f938b3cd4162e56486a62c5f</guid></item></channel></rss>