Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 291 - 300 of 1,555 for f (0.06 seconds)

Filter
  1. plot_release_highlights_1_8_0.py

    set_title(f"Class {c}") axes[i].set_xlabel(None)...model.fit(X, y) toc = time() print(f"Fitting ElasticNetCV took {toc...
    scikit-learn.org/stable/_downloads/2f7d0c4f8bbd7c7e4062e34c1bffe66a/plot_release_highlights_1_8_0.py
    Tue Mar 17 03:44:38 UTC 2026
      4.4K bytes
     
  2. validation_curve — scikit-learn 1.8.0 documenta...

    ) >>> print ( f "The average train accuracy is...accuracy is 0.81 >>> print ( f "The average test accuracy is...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Mon Mar 23 20:39:21 UTC 2026
      15.9K bytes
      Cache
     
  3. Object-oriented vs functional programming: Core...

    we have some function f(x) defined as: f (x) = x + 3 Copy code...function produces the same result f(x) . For example, suppose we call...
    developer.ibm.com/tutorials/oo-v-functional-programming/
    Tue Mar 24 01:22:39 UTC 2026
      23.5K bytes
      Cache
     
  4. Custom refit strategy of a grid search with cro...

    target == 8 print ( f "The number of images is { X ....filtered_cv_results [ "params" ], ): print ( f "precision: { mean_precision :...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Mon Mar 23 20:39:22 UTC 2026
      29K bytes
      Cache
     
  5. Node.js in a Kubernets world

    kubectl apply -f service.yaml kubectl apply -f ingress.yaml Copy...to Kubernetes: kubectl apply -f deployment.yaml . Similarly, you'd...
    developer.ibm.com/articles/nodejs-kubernetes-basics/
    Mon Mar 09 13:24:06 UTC 2026
      25.3K bytes
      Cache
     
  6. Update your deployments | Elastic Docs

    : cat <<EOF | kubectl apply -f - apiVersion: elasticsearch.k8s.elastic.co/v1...
    www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s/update-deployments
    Thu Mar 19 11:49:38 UTC 2026
      27.5K bytes
      Cache
     
  7. Deploying IBM Order Management system and Order...

    kubectl create -f catalog-source.yaml kubectl create -f subscription.yaml...-linux-amd64.tar.gz -C /usr/local/bin rm -f crictl- $VERSION -linux-amd64.tar.gz...
    developer.ibm.com/tutorials/awb-deploying-order-service-containers-minikube/
    Tue Mar 24 02:39:23 UTC 2026
      37.8K bytes
      Cache
     
  8. DateFormatter (Spring Framework 7.0.3 API)

    Small 'M' = Medium 'L' = Long 'F' = Full '-' = Omitted Parameters:...from the set {"S", "M", "L", "F", "-"} Since: 3.2 setTimeZone...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/format/datetime/Date...
    Fri Feb 01 00:00:00 UTC 1980
      37.6K bytes
      Cache
     
  9. Image denoising using dictionary learning — sci...

    axis = 0 ) print ( f " { data . shape [ 0 ] } patches...components_ dt = time () - t0 print ( f " { dico . n_iter_ } iterations...
    scikit-learn.org/stable/auto_examples/decomposition/plot_image_denoising.html
    Mon Mar 23 20:39:22 UTC 2026
      18.5K bytes
      1 views
      Cache
     
  10. MLPRegressor — scikit-learn 1.8.0 documentation

    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.MLPRegressor.html
    Mon Mar 23 20:39:23 UTC 2026
      21K bytes
      Cache
     
Back to Top