Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 261 - 270 of 1,595 for f (0.18 seconds)

  1. MLPClassifier — scikit-learn 1.8.0 docume...

    returns f(x) = x ‘logistic’, the logistic...logistic sigmoid function, returns f(x) = 1 / (1 + exp(-x)). ‘tanh’,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Mon Feb 02 09:23:44 GMT 2026
      166.5K bytes
      Cache
     
  2. Best practices for using the Java Native Interf...

    ); jfieldID f = (*env)->GetFieldID(env, cls, "f" , "I" ); }...); jfieldID f = (*env)->GetFieldID(env, cls, "f" , "I" ); jint...
    developer.ibm.com/articles/j-jni/
    Tue Dec 16 02:39:02 GMT 2025
      788K bytes
      Cache
     
  3. Sample pipeline for text feature extraction and...

    ) print ( f "Loading 20 newsgroups dataset...data_train . target_names ) print ( f " { len ( data_train . data...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Mon Feb 02 09:23:44 GMT 2026
      190K bytes
      Cache
     
  4. Visualizing the stock market structure — ...

    "F" : "Ford" , "HMC"...quote history for np.str_('F') Fetching quote history for...
    scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html
    Mon Feb 02 09:23:44 GMT 2026
      154.6K bytes
      Cache
     
  5. MNIST classification using multinomial logistic...

    set_xlabel ( f "Class { i } " ) plt...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Mon Feb 02 09:23:44 GMT 2026
      96.2K bytes
      Cache
     
  6. Failure of Machine Learning to infer causal eff...

    y_pred_with_ability ) print ( f "R2 score with ability: {...y_pred_without_ability ) print ( f "R2 score without ability:...
    scikit-learn.org/stable/auto_examples/inspection/plot_causal_interpretation.html
    Mon Feb 02 09:23:44 GMT 2026
      109.5K bytes
      Cache
     
  7. Release Highlights for scikit-learn 1.6 —...

    y ) print ( f "Fitting the classifier took...0.9 ) . fit ( X , y ) print ( f "Fitting the threshold classifier...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_6_0.html
    Mon Feb 02 09:23:44 GMT 2026
      110.3K bytes
      Cache
     
  8. Permutation Importance with Multicollinear or C...

    y_train ) print ( f "Baseline accuracy on test...with features removed:" f " { clf_sel . score ( X_test_sel...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Mon Feb 02 09:23:44 GMT 2026
      117.1K bytes
      Cache
     
  9. l1_min_c — scikit-learn 1.8.0 documentation

    random_state = 42 ) >>> print ( f " { l1_min_c ( X , y , loss...
    scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html
    Mon Feb 02 09:23:44 GMT 2026
      111.3K bytes
      Cache
     
  10. Comparing Random Forests and Histogram Gradient...

    print ( f "The dataset consists of...only_physical_cores = True ) print ( f "Number of physical cores:...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Mon Feb 02 09:23:44 GMT 2026
      126.6K bytes
      Cache
     
Back to Top