Pythoではじめる機械学習を見て打ち込んでるのですが、下記のところでエラーが出てしまいました。
現在では使われていないのか、これと変わる何かがあるのであれば教えて頂きたいです。
In[0]:
Best estimator:
SVC(C=100, cach_size=200, class_weight=None, coef=0.0,
decision_function_shape=None, degree=3, gamma=0.01, kernel='rbf',
max_iter=-1, probability=False, random_state=None, shrinking=True,
tol=0.001, verbose=False)
Out[0]:
File "<ipython-input-257-ae8534e722fa>", line 1
Best estimator:
^
SyntaxError: invalid syntax
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/11/26 10:45