Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1181 - 1190 of over 10,000 for 1 (0.21 seconds)

  1. Ridge coefficients as a function of the L2 Regu...

    random_state = 1 ) # Obtain the true coefficients...fig , axs = plt . subplots ( 1 , 2 , figsize = ( 20 , 6 )) coefs...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Fri Nov 21 11:40:11 GMT 2025
      103.3K bytes
      Cache
     
  2. Visualization of MLP weights on MNIST — s...

    Iteration 1, loss = 0.44139186 Iteration 2,..."mnist_784" , version = 1 , return_X_y = True , as_frame...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Fri Nov 21 11:40:10 GMT 2025
      93.4K bytes
      Cache
     
  3. Map data to a normal distribution — sciki...

    1 ) # lognormal distribution X_lognormal.... uniform ( low = 0 , high = 1 , size = size ) # bimodal distribution...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_map_data_to_normal.html
    Fri Nov 21 11:40:11 GMT 2025
      105.1K bytes
      Cache
     
  4. Density Estimation for a Gaussian mixture &#821...

    norm = LogNorm ( vmin = 1.0 , vmax = 1000.0 ), levels =...X_train [:, 0 ], X_train [:, 1 ], 0.8 ) plt . title ( "Negative...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_pdf.html
    Fri Nov 21 11:40:11 GMT 2025
      93.1K bytes
      Cache
     
  5. Gaussian Mixture Models — scikit-learn 1....

    Examples concerning the sklearn.mixture module. Concentration Prior Type Analysis of Variation Bayesian Gaussian Mixture Density Estimation for a Gaussian mixture GMM Initialization Methods GMM cov...
    scikit-learn.org/stable/auto_examples/mixture/index.html
    Fri Nov 21 11:40:09 GMT 2025
      77.3K bytes
      Cache
     
  6. Time-related feature engineering — scikit...

    spring 0 1 0 False 6 False clear 9.84 14.395 0.81 0.0000 1 spring...spring 0 1 1 False 6 False clear 9.02 13.635 0.80 0.0000 2 spring...
    scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html
    Fri Nov 21 11:40:09 GMT 2025
      216.4K bytes
      Cache
     
  7. Demo of DBSCAN clustering algorithm — sci...

    centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] X , labels_true...len ( set ( labels )) - ( 1 if - 1 in labels else 0 ) n_noise_...
    scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html
    Fri Nov 21 11:40:10 GMT 2025
      103K bytes
      Cache
     
  8. Combine predictors using stacking — sciki...

    unknown_value =- 1 , encoded_missing_value =- 2 ,..._value', unknown_value=-1), <sklearn.compose._column...
    scikit-learn.org/stable/auto_examples/ensemble/plot_stack_predictors.html
    Fri Nov 21 11:40:10 GMT 2025
      368.2K bytes
      Cache
     
  9. Spectral clustering for image segmentation &#82...

    [ 0 ]) ** 2 + ( y - center1 [ 1 ]) ** 2 < radius1 ** 2 circle2...[ 0 ]) ** 2 + ( y - center2 [ 1 ]) ** 2 < radius2 ** 2 circle3...
    scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html
    Fri Nov 21 11:40:11 GMT 2025
      100.4K bytes
      Cache
     
  10. Approximate nearest neighbors in TSNE — s...

    0 * perplexity + 1 ) + 1 tsne_params = dict ( init =...improved since scikit-learn 1.1. Furthermore, the brute-force...
    scikit-learn.org/stable/auto_examples/neighbors/approximate_nearest_neighbors.html
    Fri Nov 21 11:40:09 GMT 2025
      135.5K bytes
      Cache
     
Back to Top