多维度特征使用SVM训练与保存调用

多维度特征使用SVM支持向量机训练 # !/usr/bin/python# -*- coding: utf-8 -*-"""@contact: 微信 12

多维度特征使用SVM支持向量机训练

# !/usr/bin/python
# -*- coding: utf-8 -*-"""
@contact: 微信 1257309054
@file: svm分类器.py
@time: 2021/7/1 16:58
@author: LDC
"""
from sklearn.svm import SVC
import joblib# 三维特征训练数据
x = [[1, 0.2, 0.4]