Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 561 - 570 of 2,897 for 1 (0.25 sec)

  1. load_svmlight_files — scikit-learn 1.7.2 docume...

    shape[1] == X_test.shape[1]). This may not be the...query_id=False , offset=0 , length=-1 ) [source] # Load dataset from...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Tue Nov 04 06:34:51 UTC 2025
      111.5K bytes
      Cache
     
  2. User Guide — scikit-learn 1.7.2 documentation

    Guide # 1. Supervised learning 1.1. Linear Models 1.1.1. Ordinary...Lasso 1.1.4. Multi-task Lasso 1.1.5. Elastic-Net 1.1.6. Multi-task...
    scikit-learn.org/stable/user_guide.html
    Tue Nov 04 06:34:51 UTC 2025
      81.7K bytes
      Cache
     
  3. sklearn.datasets — scikit-learn 1.7.2 documenta...

    make_friedman1 Generate the "Friedman #1" regression problem. make_friedman2...
    scikit-learn.org/stable/api/sklearn.datasets.html
    Tue Nov 04 06:34:50 UTC 2025
      132.3K bytes
      Cache
     
  4. StratifiedKFold — scikit-learn 1.7.2 documentation

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> skf = StratifiedKFold...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Tue Nov 04 06:34:51 UTC 2025
      124.7K bytes
      Cache
     
  5. export_graphviz — scikit-learn 1.7.2 documentation

    “x[1]”, …). class_names array-like...
    scikit-learn.org/stable/modules/generated/sklearn.tree.export_graphviz.html
    Sat Nov 01 09:15:34 UTC 2025
      114K bytes
      Cache
     
  6. graphical_lasso — scikit-learn 1.7.2 documentation

    05 ) >>> emp_cov array([[ 1.687, 0.212, -0.209], [ 0.212,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.graphical_lasso.html
    Tue Nov 04 06:34:51 UTC 2025
      113.6K bytes
      Cache
     
  7. IsolationForest — scikit-learn 1.7.2 documentation

    1 ], [ 0 ], [ 90 ]]) array([ 1, 1, -1]) For an example...from 0.1 to 'auto' . max_features int or float, default=1.0 The...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html
    Tue Nov 04 06:34:51 UTC 2025
      147.4K bytes
      Cache
     
  8. Monotonic Constraints — scikit-learn 1.7.2 docu...

    monotonic_cst = { "f_0" : 1 , "f_1" : - 1 } ) . fit ( X_df , y )...) f_1 = rng . rand ( n_samples ) X = np . c_ [ f_0 , f_1 ] noise...
    scikit-learn.org/stable/auto_examples/ensemble/plot_monotonic_constraints.html
    Tue Nov 04 06:34:51 UTC 2025
      145.3K bytes
      Cache
     
  9. BernoulliRBM — scikit-learn 1.7.2 documentation

    1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>> model...= 256 , * , learning_rate = 0.1 , batch_size = 10 , n_iter = 10...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html
    Tue Nov 04 06:34:51 UTC 2025
      135.8K bytes
      Cache
     
  10. Visualizing the probabilistic predictions of a ...

    uniform ( low =- 1 , high = 1 , size = ( n_samples , 2...> 0 , xor [ "Feature #1" ] + noise [:, 1 ] > 0 ) X = xor [ feature_names...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html
    Tue Nov 04 06:34:51 UTC 2025
      175.2K bytes
      Cache
     
Back to top