- Sort Score
- Num 10 results
- Language All
- Labels All
Results 291 - 300 of 1,555 for f (0.06 seconds)
Filter
-
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 -
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 -
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/ -
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 -
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/ -
Update your deployments | Elastic Docs
www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s/update-deployments -
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/ -
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... -
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 -
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