Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1351 - 1360 of over 10,000 for 2 (0.48 seconds)

Filter
  1. Feature discretization — scikit-learn 1.8.0 doc...

    n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state...GradientBoostingClas: 0.84 SVC: 0.84 dataset 2 --------- LogisticRegression:...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Tue Mar 17 03:44:36 UTC 2026
      18.9K bytes
      Cache
     
  2. Build and deploy an IBM MQ app to AWS Cloud: Us...

    Patterns GitHub under an Apache 2.0 license. Prerequisites To familiarize...Docker and Docker Compose, version 2.0 or higher. To deploy the application...
    developer.ibm.com/tutorials/mq-build-deploy-ibm-mq-app-to-aws-cloud/
    Tue Feb 10 00:13:25 UTC 2026
      152K bytes
      Cache
     
  3. ProxyCachingConfiguration (Spring Framework 7.0...

    proxyBeanMethods =false) @Role (2) public class ProxyCachingConfigur...nternalCacheAdvisor") @Role (2) public   BeanFactoryCacheOper...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/cache/annotation/Pro...
    Fri Feb 01 00:00:00 UTC 1980
      21.3K bytes
      Cache
     
  4. StratifiedKFold — scikit-learn 1.8.0 docu...

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...n_splits = 2 ) >>> skf . get_n_splits () 2 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Mon Mar 09 14:07:53 UTC 2026
      16.1K bytes
      Cache
     
  5. decomposition.rst.txt

    \frac{1}{2} ||X - Y||_{\mathrm{Fro}}^2 = \frac{1}{2} \sum_{i,j}...Y) = \frac{1}{2} ||X - Y||_{Fro}^2 = \frac{1}{2} \sum_{i,j} (X_{ij}...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Tue Mar 17 03:44:39 UTC 2026
      14.5K bytes
      1 views
     
  6. SVM Tie Breaking Example — scikit-learn 1.8.0 d...

    2 ), ( 1 , 2 )] line = np . linspace...fig , sub = plt . subplots ( 2 , 1 , figsize = ( 5 , 8 )) titles...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_tie_breaking.html
    Tue Mar 17 03:44:36 UTC 2026
      15.6K bytes
      Cache
     
  7. IsolationForest example — scikit-learn 1.8.0 do...

    2 ) @ covariance + np . array ([ 2 , 2 ]) # general...randn ( n_samples , 2 ) + np . array ([ - 2 , - 2 ]) # spherical outliers...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Tue Mar 17 03:44:36 UTC 2026
      24.2K bytes
      Cache
     
  8. DBSCAN — scikit-learn 1.8.0 documentation

    2 ], [ 2 , 2 ], [ 2 , 3 ], ... [ 8 , 7 ],...memory complexity of \(O({n}^2)\) , which can occur when the...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html
    Tue Mar 17 03:44:37 UTC 2026
      18.5K bytes
      Cache
     
  9. root_mean_squared_error — scikit-learn 1.8.0 do...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> r...]] >>> y_pred = [[ 0 , 2 ],[ - 1 , 2 ],[ 8 , - 5 ]] >>> root_mean_squared_error...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_error.html
    Tue Mar 17 03:44:39 UTC 2026
      14K bytes
      Cache
     
  10. safe_sqr — scikit-learn 1.8.0 documentation

    Returns : X ** 2 element wise square Return the...>>> safe_sqr ([ 1 , 2 , 3 ]) array([1, 4, 9]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.utils.safe_sqr.html
    Mon Feb 16 16:32:33 UTC 2026
      106K bytes
      Cache
     
Back to Top