File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -590,11 +590,11 @@ class SVC(BaseSVC):
590
590
Sorted unique classes as provided in the target vector ``y`` in the
591
591
``fit`` method.
592
592
593
- class_weight_: array, shape = [n_class]
593
+ class_weight_ : array, shape = [n_class]
594
594
Multipliers of parameter C of class i (class_weight_[i]*C).
595
595
Computed based on the ``class_weight`` parameter.
596
596
597
- shape_fit_: tuple, shape = [n_dimensions_of_X]
597
+ shape_fit_ : tuple, shape = [n_dimensions_of_X]
598
598
Array dimensions of training vector ``X``.
599
599
600
600
Examples
@@ -795,11 +795,11 @@ class NuSVC(BaseSVC):
795
795
Sorted unique classes as provided in the target vector ``y`` in the
796
796
``fit`` method.
797
797
798
- class_weight_: array, shape = [n_class]
798
+ class_weight_ : array, shape = [n_class]
799
799
Multipliers of parameter C of class i (class_weight_[i]*C).
800
800
Computed based on the ``class_weight`` parameter.
801
801
802
- shape_fit_: tuple, shape = [n_dimensions_of_X]
802
+ shape_fit_ : tuple, shape = [n_dimensions_of_X]
803
803
Array dimensions of training vector ``X``.
804
804
805
805
Examples
You can’t perform that action at this time.
0 commit comments