Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 631 - 640 of 1,971 for = (0.09 sec)

  1. train_test_split — scikit-learn 1.7.2 documenta...

    test_size = None , train_size = None , random_state = None , shuffle...iris = datasets . load_iris ( as_frame = True ) >>> X , y = iris...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Sat Oct 11 07:51:26 UTC 2025
      169.7K bytes
      Cache
     
  2. Nearest Neighbors regression — scikit-learn 1.7...

    neighbors rng = np . random . RandomState ( 0 ) X_train = np . sort.... rand ( 40 , 1 ), axis = 0 ) X_test = np . linspace ( 0 , 5 ,...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Sat Oct 11 07:51:27 UTC 2025
      91.4K bytes
      Cache
     
  3. fetch_olivetti_faces — scikit-learn 1.7.2 docum...

    download_if_missing = True , return_X_y = False , n_retries = 3 , delay = 1.0...data_home = None , shuffle = False , random_state = 0 , download_if_missing...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_olivetti_faces.html
    Sat Oct 11 07:51:26 UTC 2025
      113.6K bytes
      Cache
     
  4. Displaying estimators and complex pipelines — s...

    lr = LogisticRegression ( penalty = "l1" ) print (...num_proc = make_pipeline ( SimpleImputer ( strategy = "median"...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_estimator_representation.html
    Sat Oct 11 07:51:25 UTC 2025
      131.3K bytes
      Cache
     
  5. classification_report — scikit-learn 1.7.2 docu...

    labels = None , target_names = None , sample_weight = None ,..., digits = 2 , output_dict = False , zero_division = 'warn' )...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
    Sat Oct 11 07:51:26 UTC 2025
      120.8K bytes
      Cache
     
  6. mean_tweedie_deviance — scikit-learn 1.7.2 docu...

    sample_weight = None , power = 0 ) [source] # Mean Tweedie...(n_samples,), default=None Sample weights. power float, default=0 Tweedie...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_tweedie_deviance.html
    Sat Oct 11 07:51:25 UTC 2025
      109.2K bytes
      Cache
     
  7. LastaFlute Action | LastaFlute

    an/ (sea=mystic, land=oneman) @Execute( urlPattern = "{}/ikspiary/{}"...... /list/3?favoriteCode=sea&nextName=land @Execute public HtmlResponse...
    dbflute.seasar.org/lastaflute/howto/action/index.html
    Mon Sep 15 10:51:18 UTC 2025
      26.2K bytes
      Cache
     
  8. silhouette_score — scikit-learn 1.7.2 documenta...

    metric = 'euclidean' , sample_size = None , random_state = None...X , y = make_blobs ( random_state = 42 ) >>> kmeans = KMeans...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_score.html
    Sat Oct 11 07:51:26 UTC 2025
      116.1K bytes
      Cache
     
  9. 1.6. Nearest Neighbors — scikit-learn 1.7.2 doc...

    nbrs = NearestNeighbors ( n_neighbors = 2 , algorithm = 'ball_tree'...]]) >>> kdt = KDTree ( X , leaf_size = 30 , metric = 'euclidean'...
    scikit-learn.org/stable/modules/neighbors.html
    Sat Oct 11 07:51:27 UTC 2025
      122.7K bytes
      Cache
     
  10. det_curve — scikit-learn 1.7.2 documentation

    pos_label = None , sample_weight = None , drop_intermediate = False...negative class, i.e. fpr=0 and fnr=1 , unless fpr=0 is already reached...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html
    Sat Oct 11 07:51:25 UTC 2025
      113.8K bytes
      Cache
     
Back to top