Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 871 - 880 of 3,487 for 1 (0.09 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. Feature importances with a forest of trees — sc...

    shape [ 1 ])] forest = RandomForestClassifi...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html
    Fri Nov 01 07:27:39 UTC 2024
      108.5K bytes
      Cache
     
  3. explained_variance_score — scikit-learn 1.5.2 d...

    1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...cross-validation). Added in version 1.1. Returns : score float or ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html
    Fri Nov 01 07:27:40 UTC 2024
      113.9K bytes
      Cache
     
  4. Blind source separation using FastICA — scikit-...

    array ([[ 1 , 1 , 1 ], [ 0.5 , 2 , 1.0 ], [ 1.5 , 1.0 , 2.0 ]])...models , names ), 1 ): plt . subplot ( 4 , 1 , ii ) plt . title...
    scikit-learn.org/stable/auto_examples/decomposition/plot_ica_blind_source_separation.html
    Fri Nov 01 07:27:40 UTC 2024
      92.8K bytes
      Cache
     
  5. 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)
     
  6. check_X_y — scikit-learn 1.5.2 documentation

    ensure_min_samples = 1 , ensure_min_features = 1 , y_numeric = False...>>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> y = [ 1 , 2 , 3 ]...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_X_y.html
    Wed Oct 30 20:01:23 UTC 2024
      113.3K bytes
      Cache
     
  7. nan_euclidean_distances — scikit-learn 1.5.2 do...

    6] and [1, na, 4, 5] is: \[\sqrt{\frac{4}{2}((3-1)^2 + (6-5)^2)}\]...float ( "NaN" ) >>> X = [[ 0 , 1 ], [ 1 , nan ]] >>> nan_euclidean_distances...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.nan_euclidean_distances.html
    Fri Nov 01 07:27:38 UTC 2024
      109.8K bytes
      Cache
     
  8. 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
     
  9. paired_cosine_distances — scikit-learn 1.5.2 do...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_cosine_distances.html
    Fri Nov 01 07:27:39 UTC 2024
      106.4K bytes
      Cache
     
  10. Effect of transforming the targets in regressio...

    subplots ( 1 , 2 ) ax0 . hist ( y , bins =...suptitle ( "Synthetic data" , y = 1.05 ) plt . tight_layout () X_train...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Fri Nov 01 07:27:40 UTC 2024
      120.6K bytes
      Cache
     
Back to top