Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1021 - 1030 of 1,828 for text (0.06 sec)

  1. robust_scale — scikit-learn 1.7.0 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html
    Tue Jul 01 15:59:32 UTC 2025
      112.9K bytes
      Cache
     
  2. Logistic function — scikit-learn 1.7.0 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Thu Jul 03 11:42:06 UTC 2025
      95K bytes
      Cache
     
  3. Unlock the power of Search AI at Elastic{ON} Be...

    skills or stay ahead of what’s next? Whether you’re a developer,...real-world lessons, and shape what’s next — together, in person. Agenda...
    www.elastic.co/events/elasticon/bengaluru
    Fri Jul 04 01:16:39 UTC 2025
      42.5K bytes
      Cache
     
  4. 5.2. Permutation feature importance — scikit-le...

    model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...
    scikit-learn.org/stable/modules/permutation_importance.html
    Thu Jul 03 11:42:06 UTC 2025
      56.2K bytes
      Cache
     
  5. RBF SVM parameters — scikit-learn 1.7.0 documen...

    and just applying it on the test set. from sklearn.preprocessing...StratifiedShuffleSpl ( n_splits = 5 , test_size = 0.2 , random_state =...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Thu Jul 03 11:42:06 UTC 2025
      118.9K bytes
      Cache
     
  6. NeighborhoodComponentsAnalysis — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...print ( knn . score ( X_test , y_test )) 0.933333... >>> knn ....
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html
    Thu Jul 03 11:42:06 UTC 2025
      143K bytes
      Cache
     
  7. MLPRegressor — scikit-learn 1.7.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,...-291]) >>> regr . score ( X_test , y_test ) 0.98 fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Thu Jul 03 11:42:06 UTC 2025
      163.6K bytes
      Cache
     
  8. ハンズオンセクション 12 | DBFlute

    でなくてもいいが、できるだけ効率よく 対応テストメソッド test_selectDreamOrderList_その通りの順序で検索されていること()...会員名称と会員アカウントを連結して部分一致させて、会員を検索 対応テストメソッド test_selectDreamLikeSearc_その通りの条件で検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section12.html
    Fri Jun 13 09:55:28 UTC 2025
      12.7K bytes
      1 views
      Cache
     
  9. Probability Calibration for 3-class classificat...

    y [: 1000 ] X_test , y_test = X [ 1000 :], y [ 1000...log_loss ( y_test , clf_probs ) cal_loss = log_loss ( y_test , cal_clf_probs...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html
    Thu Jul 03 11:42:06 UTC 2025
      190.5K bytes
      Cache
     
  10. LarsCV — scikit-learn 1.7.0 documentation

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Thu Jul 03 11:42:06 UTC 2025
      142K bytes
      Cache
     
Back to top