Notes for scikit-learn

sklearn.estimator 的main functions 如下,uses numpy array or related format as Input or Output

  • fix(X_train, y_labels) train a model with the Input: X_train-数据结构:Numpy array , matrix , y_label - array
  • predict(X_test) 预测testing data,以返回一个class.

results matching ""

    No results matching ""