Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 891 - 900 of 3,487 for 1 (0.14 sec)

  1. Target Encoder’s Internal Cross fitting — sciki...

    reshape ( - 1 , 1 )) # Remove the linear relationship...replace = True ) . reshape ( - 1 , 1 ) Finally, we assemble the dataset...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Fri Nov 01 07:27:40 UTC 2024
      107.6K bytes
      Cache
     
  2. Scikit-learn governance and decision-making — s...

    “about” page: Requires +1 by a maintainer, no -1 by a maintainer (lazy...changes require +1 by two maintainers, no -1 by a maintainer (lazy...
    scikit-learn.org/dev/governance.html
    Thu Oct 31 11:00:35 UTC 2024
      33K bytes
      Cache
      Similar Results (1)
     
  3. Logistic Regression 3-class Classifier — scikit...

    1 ], c = Y , edgecolors = "k" ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_iris_logistic.html
    Fri Nov 01 07:27:39 UTC 2024
      83.1K bytes
      Cache
     
  4. safe_mask — scikit-learn 1.5.2 documentation

    csr_matrix >>> data = csr_matrix ([[ 1 ], [ 2 ], [ 3 ], [ 4 ], [ 5 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.safe_mask.html
    Fri Nov 01 07:27:38 UTC 2024
      105.5K bytes
      Cache
     
  5. Selecting the number of clusters with silhouett...

    from -1, 1 but in this example all # lie within [-0.1, 1] ax1...set_xlim ([ - 0.1 , 1 ]) # The (n_clusters+1)*10 is for inserting...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html
    Fri Nov 01 07:27:40 UTC 2024
      99.7K bytes
      Cache
     
  6. d2_absolute_error_score — scikit-learn 1.5.2 do...

    1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...User Guide . Added in version 1.1. Parameters : y_true array-like...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_absolute_error_score.html
    Fri Nov 01 07:27:39 UTC 2024
      112.2K bytes
      Cache
     
  7. Comparison of the K-Means and MiniBatchKMeans c...

    centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] n_clusters...ax = fig . add_subplot ( 1 , 3 , 1 ) for k , col in zip ( range...
    scikit-learn.org/stable/auto_examples/cluster/plot_mini_batch_kmeans.html
    Fri Nov 01 07:27:40 UTC 2024
      101.2K bytes
      Cache
     
  8. type_of_target — scikit-learn 1.5.2 documentation

    1 , 0.6 ]) 'continuous' >>> type_of_target ([ 1 , - 1 , -...type_of_target ( np . array ([[ 0 , 1 ], [ 1 , 1 ]])) 'multilabel-indicator'...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.type_of_target.html
    Wed Oct 30 20:01:21 UTC 2024
      110.7K bytes
      Cache
     
  9. Nearest Centroid Classification — scikit-learn ...

    1 ], c = y , cmap = cmap_bold ,...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html
    Fri Nov 01 07:27:40 UTC 2024
      86.5K bytes
      Cache
     
  10. 6.4. Imputation of missing values — scikit-lear...

    array ([[ - 1 , - 1 , 1 , 3 ], ... [ 4 , - 1 , 0 , - 1 ], ... [...= sp . csc_matrix ([[ 1 , 2 ], [ 0 , - 1 ], [ 8 , 4 ]]) >>> imp...
    scikit-learn.org/stable/modules/impute.html
    Fri Nov 01 07:27:40 UTC 2024
      83.8K bytes
      Cache
     
Back to top