Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 801 - 810 of 3,487 for 1 (0.07 sec)

  1. SVM: Maximum margin separating hyperplane — sci...

    levels = [ - 1 , 0 , 1 ], alpha = 0.5 , linestyles...support_vectors_ [:, 1 ], s = 100 , linewidth = 1 , facecolors = "none"...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html
    Fri Nov 01 07:27:41 UTC 2024
      83.6K bytes
      Cache
     
  2. Developing with the Plotting API — scikit-learn...

    1 ]) ax_bottom = fig . add_subplot ( gs [ 1 , :]) By...estimator . predict_proba ( X )[:, 1 ] return cls . from_predictions...
    scikit-learn.org/dev/developers/plotting.html
    Thu Oct 31 11:00:33 UTC 2024
      34.3K bytes
      Cache
     
  3. Frequently Asked Questions — scikit-learn 1.6.d...

    reshape ( - 1 , 1 ) >>> X array([[0], [1], [2]]) >>> # We...'brute' ) (array([0, 1]), array([ 0, 0, -1])) Note that the example...
    scikit-learn.org/dev/faq.html
    Thu Oct 31 11:00:33 UTC 2024
      80.1K bytes
      Cache
     
  4. Class Likelihood Ratios to measure classificati...

    1 , 0.8 , 6 ) weights = weights [:: - 1 ] # fit and...10_000 , weights = [ 0.9 , 0.1 ], random_state = 0 ) print (...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Fri Nov 01 07:27:39 UTC 2024
      134K bytes
      Cache
     
  5. HuberRegressor vs Ridge on dataset with strong ...

    ) epsilon_values = [ 1 , 1.5 , 1.75 , 1.9 ] for k , epsilon in...n_samples = 20 , n_features = 1 , random_state = 0 , noise = 4.0...
    scikit-learn.org/stable/auto_examples/linear_model/plot_huber_vs_ridge.html
    Fri Nov 01 07:27:41 UTC 2024
      91.1K bytes
      Cache
     
  6. Visualizations with Display Objects — scikit-le...

    classes_ [ 1 ]) roc_display = RocCurveDisplay...pos_label = clf . classes_ [ 1 ]) pr_display = PrecisionRecallDispl...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Fri Nov 01 07:27:41 UTC 2024
      111.3K bytes
      Cache
     
  7. Elasticsearch | APM .NET Agent Reference [1.x] ...

    1 or 7.11.0, upgrade to at least 7.11.1 which fixes...
    www.elastic.co/guide/en/apm/agent/dotnet/current/setup-elasticsearch.html
    Thu Oct 03 08:25:32 UTC 2024
      13.9K bytes
      Cache
     
  8. Map data to a normal distribution — scikit-lear...

    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 01 07:27:41 UTC 2024
      100.9K bytes
      Cache
     
  9. Visualization of MLP weights on MNIST — scikit-...

    Iteration 1, loss = 0.44139186 Iteration 2,...fetch_openml ( "mnist_784" , version = 1 , return_X_y = True , as_frame...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Fri Nov 01 07:27:41 UTC 2024
      89.2K bytes
      Cache
     
  10. Partial Dependence and Individual Conditional E...

    rstride = 1 , cstride = 1 , cmap = plt . cm . BuPu...The example is inspired by [ 1 ] . Bike sharing dataset preprocessing...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Fri Nov 01 07:27:40 UTC 2024
      194.7K bytes
      Cache
     
Back to top