From cc0a1404a2d3cc93f96ce1316948b4f8955aee71 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 7 Mar 2019 12:09:27 -0500 Subject: remove known limitation that was fixed --- README.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 7962056..ca1cca9 100644 --- a/README.rst +++ b/README.rst @@ -271,13 +271,7 @@ on the linked GitHub issues (this can make us add them sooner!). requires some time. In the meantime, if you really want to use sparse data with GenSVM (this can lead to significant speedups!), check out the GenSVM C library. -2. `Specification of instance weights - `_. Currently the package - allows for two modes of instance weights: ``unit`` weights where each - instance gets weight 1 and ``group`` weights where instances get weights - inversely proportional to the size of their class. In the future, we want - to allow the user to specify a vector of weights as well. -3. `Specification of class misclassification weights +2. `Specification of class misclassification weights `_. Currently, incorrectly classification an object from class A to class C is as bad as incorrectly classifying an object from class B to class C. Depending on the -- cgit v1.2.3