Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 741 - 750 of 2,956 for 1 (1.17 sec)

  1. FrozenEstimator — scikit-learn 1.6.1 documentation

    scikit-learn 1.6 Release Highlights for scikit-learn 1.6 Probability...
    scikit-learn.org/stable/modules/generated/sklearn.frozen.FrozenEstimator.html
    Mon Apr 21 17:07:39 UTC 2025
      119.4K bytes
      Cache
     
  2. An example of K-Means++ initialization — scikit...

    :: - 1 ] # Calculate seeds from k-means++...side sample data plt . figure ( 1 ) colors = [ "#4EACC5" , "#FF9C34"...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_plusplus.html
    Mon Apr 21 17:07:39 UTC 2025
      88.4K bytes
      Cache
     
  3. top_k_accuracy_score — scikit-learn 1.6.1 docum...

    The best performance is 1 with normalize == True and the...>>> y_true = np . array ([ 0 , 1 , 2 , 2 ]) >>> y_score = np ....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html
    Mon Apr 21 17:07:39 UTC 2025
      112.9K bytes
      1 views
      Cache
     
  4. cross_val_score — scikit-learn 1.6.1 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 Model selection...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html
    Mon Apr 21 17:07:40 UTC 2025
      126.1K bytes
      Cache
     
  5. Joint feature selection with multi-task Lasso —...

    ylim ([ - 1.1 , 1.1 ]) plt . show () Total running...(( 1.0 + rng . randn ( 1 )) * times + 3 * rng . randn ( 1 ))...
    scikit-learn.org/stable/auto_examples/linear_model/plot_multi_task_lasso_support.html
    Mon Apr 21 17:07:38 UTC 2025
      99.7K bytes
      Cache
     
  6. Balance model complexity and cross-validated sc...

    within 1 standard deviation of the best accuracy score. [1] Hastie,...finding a decent accuracy within 1 standard deviation of the best...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Mon Apr 21 17:07:39 UTC 2025
      99.5K bytes
      Cache
     
  7. cross_val_predict — scikit-learn 1.6.1 document...

    means 1 unless in a joblib.parallel_backend context. -1 means...GroupKFold ). Changed in version 1.4: groups can only be passed if...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Mon Apr 21 17:07:39 UTC 2025
      120.3K bytes
      Cache
     
  8. mean_squared_log_error — scikit-learn 1.6.1 doc...

    1 ], [ 1 , 2 ], [ 7 , 6 ]] >>> y_pred...y_pred = [[ 0.5 , 2 ], [ 1 , 2.5 ], [ 8 , 8 ]] >>> mean_squared_log_error...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_log_error.html
    Mon Apr 21 17:07:39 UTC 2025
      110K bytes
      Cache
     
  9. load_iris — scikit-learn 1.6.1 documentation

    scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Release...10 , 25 , 50 ]] array([0, 0, 1]) >>> list ( data . target_names...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_iris.html
    Mon Apr 21 17:07:40 UTC 2025
      134.7K bytes
      Cache
     
  10. 7.2. Real world datasets — scikit-learn 1.6.1 d...

    1, 1, 1, 0, 1, 1, 0, 0, 0]) Converting...target [: 10 ]) [5, 6, 3, 1, 0, 1, 3, 4, 3, 0] The second loader...
    scikit-learn.org/stable/datasets/real_world.html
    Sat Apr 19 00:31:22 UTC 2025
      99.5K bytes
      Cache
     
Back to top