401d78baaffb0751f2d9fb8f1c4c51a848d35020,tests/sklearn/test_SVMConverters.py,TestSklearnSVM,test_registration_convert_nusvr_model,#TestSklearnSVM#,153
Before Change
def test_registration_convert_nusvr_model(self):
model = self._fit_binary_classification(NuSVR())
model_onnx = onnxmltools.convert_sklearn(model, "SVR", [FloatTensorType([1, 1])])
self.assertIsNotNone(model_onnx)
def test_registration_convert_nusvc_model(self):
After Change
def test_registration_convert_nusvr_model(self):
model = self._fit_binary_classification(NuSVR())
model_onnx = onnxmltools.convert_sklearn(model, "SVR", [("input", FloatTensorType([1, 1]))])
self.assertIsNotNone(model_onnx)
def test_registration_convert_nusvc_model(self):
In pattern: SUPERPATTERN
Frequency: 29
Non-data size: 3
Instances
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_SVMConverters.py
Class Name: TestSklearnSVM
Method Name: test_registration_convert_nusvr_model
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_SVMConverters.py
Class Name: TestSklearnSVM
Method Name: test_convert_nusvmr_binary
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_GLMRegressorConverter.py
Class Name: TestGLMRegressorConverter
Method Name: test_model_sgd_regressor
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_SVMConverters.py
Class Name: TestSklearnSVM
Method Name: test_registration_convert_svr_model
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_GLMClassifierConverter.py
Class Name: TestGLMClassifierConverter
Method Name: test_model_logistic_regression_multi_class
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_pipeline.py
Class Name: TestSklearnPipeline
Method Name: test_combine_inputs
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_ScalerConverter.py
Class Name: TestSklearnScalerConverter
Method Name: test_scaler_converter_floats
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_SVMConverters.py
Class Name: TestSklearnSVM
Method Name: test_convert_nusvmc_binary
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_GLMRegressorConverter.py
Class Name: TestGLMRegressorConverter
Method Name: test_model_ridge
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_SVMConverters.py
Class Name: TestSklearnSVM
Method Name: test_convert_svmc_linear_multi
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_BinarizerConverter.py
Class Name: TestSklearnBinarizer
Method Name: test_model_binarizer
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_GLMClassifierConverter.py
Class Name: TestGLMClassifierConverter
Method Name: test_model_logistic_regression_binary_class
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_GLMClassifierConverter.py
Class Name: TestGLMClassifierConverter
Method Name: test_model_linear_svc_multi_class
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_GLMClassifierConverter.py
Class Name: TestGLMClassifierConverter
Method Name: test_model_sgd_multi_class
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_SVMConverters.py
Class Name: TestSklearnSVM
Method Name: test_registration_convert_nusvc_model
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_SVMConverters.py
Class Name: TestSklearnSVM
Method Name: test_convert_svmr_linear_multi
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_GLMClassifierConverter.py
Class Name: TestGLMClassifierConverter
Method Name: test_model_sgd_binary_class
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_SVMConverters.py
Class Name: TestSklearnSVM
Method Name: test_convert_nusvmc_multi
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_SVMConverters.py
Class Name: TestSklearnSVM
Method Name: test_convert_svmr_linear_binary
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_ImputerConverter.py
Class Name: TestSklearnImputerConverter
Method Name: test_imputer_float_inputs
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_SVMConverters.py
Class Name: TestSklearnSVM
Method Name: test_convert_nusvmr_multi
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_SVMConverters.py
Class Name: TestSklearnSVM
Method Name: test_convert_svmc_linear_binary
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_GLMClassifierConverter.py
Class Name: TestGLMClassifierConverter
Method Name: test_model_linear_svc_binary_class
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_OneHotEncoderConverter.py
Class Name: TestSklearnOneHotEncoderConverter
Method Name: test_one_hot_encoder_mixed_float_int
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_pipeline.py
Class Name: TestSklearnPipeline
Method Name: test_pipeline
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_GLMRegressorConverter.py
Class Name: TestGLMRegressorConverter
Method Name: test_model_linear_svr
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_SVMConverters.py
Class Name: TestSklearnSVM
Method Name: test_registration_convert_svc_model
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_GLMRegressorConverter.py
Class Name: TestGLMRegressorConverter
Method Name: test_model_linear_regression
Project Name: onnx/onnxmltools
Commit Name: 401d78baaffb0751f2d9fb8f1c4c51a848d35020
Time: 2018-04-24
Author: wschin@outlook.com
File Name: tests/sklearn/test_pipeline.py
Class Name: TestSklearnPipeline
Method Name: test_combine_inputs_floats_ints