SVM Classifier bad input shape

前端 未结 0 892
走了就别回头了
走了就别回头了 2021-01-01 18:21

I created a dataset by using the code below:

import numpy as np
import matplotlib.pyplot as plt

std = [[0.5, 0], [0, 0.5]]
X1 = np.random.multivariate_normal         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题