.. _l-SVC-~b-cl-64-sigmoid-zipmap:False-o17: SVC - ~b-cl-64 - sigmoid - {'zipmap': False} ============================================ Fitted on a problem type *~b-cl-64* (see :func:`find_suitable_problem `), method `predict_proba` matches output . Model was converted with additional parameter: ``={'zipmap': False}``. :: SVC(kernel='sigmoid', probability=True, random_state=0) +----------------------------+----------+ | index | 0 | +============================+==========+ | skl_nop | 1 | +----------------------------+----------+ | onx_size | 3430 | +----------------------------+----------+ | onx_nnodes | 2 | +----------------------------+----------+ | onx_ninits | 0 | +----------------------------+----------+ | onx_doc_string | | +----------------------------+----------+ | onx_ir_version | 8 | +----------------------------+----------+ | onx_domain | ai.onnx | +----------------------------+----------+ | onx_model_version | 0 | +----------------------------+----------+ | onx_producer_name | skl2onnx | +----------------------------+----------+ | onx_producer_version | 1.13.1 | +----------------------------+----------+ | onx_ | 9 | +----------------------------+----------+ | onx_mlprodict | 1 | +----------------------------+----------+ | onx_op_Cast | 1 | +----------------------------+----------+ | onx_size_optim | 3430 | +----------------------------+----------+ | onx_nnodes_optim | 2 | +----------------------------+----------+ | onx_ninits_optim | 0 | +----------------------------+----------+ | fit_class_weight_.shape | 2 | +----------------------------+----------+ | fit_classes_.shape | 2 | +----------------------------+----------+ | fit_support_.shape | 70 | +----------------------------+----------+ | fit_support_vectors_.shape | (70, 4) | +----------------------------+----------+ | fit_dual_coef_.shape | (1, 70) | +----------------------------+----------+ | fit_intercept_.shape | 1 | +----------------------------+----------+ | fit_n_iter_.shape | 1 | +----------------------------+----------+ .. gdot:: digraph{ size=7; ranksep=0.25; nodesep=0.05; orientation=portrait; X [shape=box color=red label="X\ndouble((0, 4))" fontsize=10]; label [shape=box color=green label="label\nint64((0,))" fontsize=10]; probabilities [shape=box color=green label="probabilities\ndouble((0, 2))" fontsize=10]; SVM02 [shape=box label="SVM02" fontsize=10]; SVMc [shape=box style="filled,rounded" color=orange label="SVMClassifierDouble\n(SVMc)\nclasslabels_ints=[0 1]\ncoefficients=[ 1. 1. 1. 1. ...\nkernel_params=[0.06311981 0. ...\nkernel_type=b'SIGMOID'\npost_transform=b'NONE'\nprob_a=[12.14224812]\nprob_b=[14.38598475]\nrho=[-0.83281413]\nsupport_vectors=[ 4.30175021e+0...\nvectors_per_class=[35 35]" fontsize=10]; X -> SVMc; SVMc -> label; SVMc -> SVM02; Cast [shape=box style="filled,rounded" color=orange label="Cast\n(Cast)\nto=11" fontsize=10]; SVM02 -> Cast; Cast -> probabilities; }