Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 511 - 520 of 3,299 for test (0.15 seconds)

Filter
  1. QuantileRegressor — scikit-learn 1.8.0 document...

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.QuantileRegressor.html
    Mon Mar 23 20:39:21 UTC 2026
      17.2K bytes
      Cache
     
  2. RFECV — scikit-learn 1.8.0 documentation

    test) splits as arrays of indices....scoring option on the given test data and labels. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Mon Mar 23 20:39:23 UTC 2026
      19.6K bytes
      Cache
     
  3. LogisticRegressionCV — scikit-learn 1.8.0 docum...

    are tested by cross-validation and the one giving the best prediction...scoring option on the given test data and labels. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Mon Mar 23 20:39:23 UTC 2026
      22.3K bytes
      Cache
     
  4. What is Machine Learning? | A Comprehensive ML ...

    Best practices for machine learning Some best practices...processing and feature selection. Testing Now that the model has been...
    www.elastic.co/what-is/machine-learning
    Mon Mar 23 02:39:11 UTC 2026
      63.7K bytes
      Cache
     
  5. Poisson regression and non-normal loss — scikit...

    """Score an estimator on the test set.""" y_pred = estimator ....models with a single train / test split is prone to random fluctuations....
    scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.html
    Mon Mar 23 20:39:20 UTC 2026
      26.7K bytes
      Cache
     
  6. Vibe coding your way through expense reports

    I skipped them and tested if an LLM could handle receipts...to the LLM. Where this was tested and how it runs I used IBM’s...
    developer.ibm.com/tutorials/awb-vibe-coding-expense-report/
    Tue Mar 17 04:50:28 UTC 2026
      22.1K bytes
      Cache
     
  7. auto_examples_jupyter.zip

    len(text), \"num_sentences\": text.count(\".\")} for text in ...set and a test and keep 25% of the data for testing.\n\n" ] },...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Mon Mar 23 20:39:20 UTC 2026
      2.2M bytes
     
  8. 기여 가이드

    작성 테스트 메서드명은 test 로 시작 Given-When-Then 패턴 사용 @Test public void...SearchService (); String query = "test" ; // When: 테스트 대상 실행 SearchResponse...
    fess.codelibs.org/ko/dev/contributing.html
    Mon Mar 23 02:59:01 UTC 2026
      57.7K bytes
      Cache
     
  9. plot_hgbt_regression.zip

    shape[0]}") print(f"Test sample size: {X_test.shape[0]}")...slice(0, 336) # first week in the test set as 7 * 48 = 336 missing_fraction_list...
    scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip
    Mon Mar 23 20:39:20 UTC 2026
      36.8K bytes
     
  10. plot_hgbt_regression.ipynb

    shape[0]}\")\nprint(f\"Test sample size: {X_test.shape[...slice(0, 336) # first week in the test set as 7 * 48 = 336\nmissing_fraction_list...
    scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb
    Mon Mar 23 20:39:22 UTC 2026
      6.2K bytes
     
Back to Top