Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1291 - 1300 of 2,528 for = (0.07 sec)

  1. minmax_scale — scikit-learn 1.5.2 documentation

    feature_range = (0, 1) , * , axis = 0 , copy = True ) [source]...by (when axis=0 ): X_std = ( X - X . min ( axis = 0 )) / ( X ....
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Sat Nov 23 04:49:14 UTC 2024
      114.7K bytes
      Cache
     
  2. export_text — scikit-learn 1.5.2 documentation

    feature_names = None , class_names = None , max_depth = 10 , spacing...spacing = 3 , decimals = 2 , show_weights = False ) [source] # Build...
    scikit-learn.org/stable/modules/generated/sklearn.tree.export_text.html
    Sat Nov 23 04:49:14 UTC 2024
      109.7K bytes
      Cache
     
  3. The Eight Best Westerns You Haven't Seen, But S...

    fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">...fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">...
    digg.com/movies-and-tv/link/underrated-underseen-westerns-films
    Tue Oct 29 01:16:43 UTC 2024
      158.1K bytes
      Cache
     
  4. pairwise_distances_chunked — scikit-learn 1.5.2...

    Y = None , * , reduce_func = None , metric = 'euclidean'...'euclidean' , n_jobs = None , working_memory = None , ** kwds ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_chunked.html
    Sat Nov 23 04:49:16 UTC 2024
      116.5K bytes
      Cache
     
  5. Demo of affinity propagation clustering algorit...

    ): class_members = labels == k cluster_center = X [ cluster_centers_indices...labels_true = make_blobs ( n_samples = 300 , centers = centers ,...
    scikit-learn.org/stable/auto_examples/cluster/plot_affinity_propagation.html
    Sat Nov 23 04:49:14 UTC 2024
      93.1K bytes
      Cache
     
  6. Sparsity Example: Fitting only features 1 and 2...

    indices = ( 0 , 1 ) X_train = X [: - 20 , indices ] X_test = X [...ax = fig . add_subplot ( 111 , projection = "3d" , elev = elev...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_3d.html
    Sat Nov 23 04:49:14 UTC 2024
      87.9K bytes
      Cache
     
  7. Underfitting vs. Overfitting — scikit-learn 1.5...

    0 ) n_samples = 30 degrees = [ 1 , 4 , 15 ] X = np . sort ( np...ax , xticks = (), yticks = ()) polynomial_features = PolynomialFeatures...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Sat Nov 23 04:49:15 UTC 2024
      94.2K bytes
      Cache
     
  8. map型プロパティ | DBFlute

    @mapprop map: {AAA= BBB ; CCC = DDD } # {AAA=BBB;CCC=DDD} と同じ 定義値の中の空白や改行...@mapprop map: {AAA= BB B ; CCC = DD D } # {AAA=BBB;CCC=DD D} と同じ # 値の中の改行は保持されない...
    dbflute.seasar.org/ja/manual/reference/dfprop/mapprop.html
    Tue Nov 12 15:10:59 UTC 2024
      18.1K bytes
      Cache
     
  9. Cross-validation on diabetes Dataset Exercise —...

    y = datasets . load_diabetes ( return_X_y = True ) X = X [:...150 ] y = y [: 150 ] lasso = Lasso ( random_state = 0 , max_iter...
    scikit-learn.org/stable/auto_examples/exercises/plot_cv_diabetes.html
    Sat Nov 23 04:49:16 UTC 2024
      95.5K bytes
      Cache
     
  10. PropertiesHTML | DBFlute

    propertiesHtmlMap = map: { ; Sea_EnvProperties = map: { ; baseDir = ../src... ; environmentMap = map: { ; integration = $$baseDir$$ /integration/resources...
    dbflute.seasar.org/ja/manual/function/generator/task/doc/propertieshtml.html
    Tue Nov 12 15:10:59 UTC 2024
      32.7K bytes
      Cache
     
Back to top