Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 481 - 490 of 2,642 for 2 (0.07 sec)

  1. NotFittedError — scikit-learn 1.5.2 documentation

    2 ], [ 2 , 3 ], [ 3 , 4 ]]) ... except...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.NotFittedError.html
    Thu Sep 19 14:56:27 UTC 2024
      105.3K bytes
      Cache
     
  2. manhattan_distances — scikit-learn 1.5.2 docume...

    2 ], [ 3 , 4 ]], [[ 1 , 2 ], [ 0 , 3 ]]) array([[0., 2.],...]], [[ 2 ]]) array([[1.]]) >>> manhattan_distances ([[ 2 ]], [[...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.manhattan_distances.html
    Thu Sep 19 14:56:28 UTC 2024
      106.8K bytes
      Cache
     
  3. ward_tree — scikit-learn 1.5.2 documentation

    s)^2 + \frac{|v|+|t|} {T}d(v,t)^2 - \frac{|v|} {T}d(s,t)^2}\]...array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.ward_tree.html
    Thu Sep 19 14:56:27 UTC 2024
      111.7K bytes
      Cache
     
  4. RBF SVM parameters — scikit-learn 1.5.2 documen...

    problem involving only 2 input features and 2 possible target classes...sub-sample the dataset to keep only 2 classes and make it a binary classification...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Thu Sep 19 14:56:28 UTC 2024
      115.1K bytes
      Cache
     
  5. Model Complexity Influence — scikit-learn 1.5.2...

    "n_iter_no_change" : 2 , }, "changing_param" : "l1_ratio"..."tuned_params" : { "C" : 1e3 , "gamma" : 2 **- 15 }, "changing_param" : "nu"...
    scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html
    Thu Sep 19 14:56:27 UTC 2024
      121.1K bytes
      Cache
     
  6. Multi-output Decision Tree Regression — scikit-...

    "max_depth=2" , ) plt . scatter ( y_2 [:, 0 ], y_2 [:, 1 ], c...DecisionTreeRegresso ( max_depth = 2 ) regr_2 = DecisionTreeRegresso (...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression_multioutput.html
    Thu Sep 19 14:56:28 UTC 2024
      92.6K bytes
      Cache
     
  7. Comparison of kernel ridge and Gaussian process...

    period of this sine is thus \(2 \pi\) . We will reuse this information...= "True signal" , linewidth = 2 ) plt . scatter ( training_data...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html
    Thu Sep 19 14:56:27 UTC 2024
      140.6K bytes
      Cache
     
  8. check_symmetric — scikit-learn 1.5.2 documentation

    2 ], [ 1 , 0 , 1 ], [ 2 , 1 , 0 ]]) >>> check_symmetric...symmetric_array ) array([[0, 1, 2], [1, 0, 1], [2, 1, 0]]) >>> from scipy.sparse...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_symmetric.html
    Mon Sep 16 17:00:48 UTC 2024
      107.6K bytes
      Cache
     
  9. FeatureHasher and DictVectorizer Comparison — s...

    'is': 2, 'one': 2, 'example': 1, 'but': 1,...FeatureHasher is 2**20. Here we set n_features = 2**18 to illustrate...
    scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html
    Thu Sep 19 14:56:27 UTC 2024
      138.7K bytes
      Cache
     
  10. scale — scikit-learn 1.5.2 documentation

    import scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
    Mon Sep 16 17:00:48 UTC 2024
      110.7K bytes
      Cache
     
Back to top