Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1491 - 1500 of 4,807 for * (1.57 sec)

  1. LassoCV scikit-learn 1.7.1 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...sklearn.linear_model. LassoCV ( * , eps = 0.001 , n_alphas = 'deprecated' , alphas...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Mon Aug 04 12:41:03 UTC 2025
      168.8K bytes
      Cache
     
  2. train_test_split scikit-learn 1.7.1 documenta...

    2 1 4.9 3.0 1.4 0.2 2 4.7 3.2 1.3 0.2 3 4.6 3.1 1.5 0.2 4 5.0...5.0 3.6 1.4 0.2 >>> y . head () 0 0 1 0 2 0 3 0 4 0 ... >>> X_train...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Mon Aug 04 12:41:01 UTC 2025
      169.7K bytes
      Cache
     
  3. accuracy_score scikit-learn 1.7.1 documentation

    accuracy_score ( np . array ([[ 0 , 1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...y_pred = [ 0 , 2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>> accuracy_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Mon Aug 04 12:41:01 UTC 2025
      116.4K bytes
      Cache
     
  4. LogisticRegressionCV scikit-learn 1.7.1 docum...

    ‘l2 yes newton-cholesky l2, yes sag l2, yes saga elasticnet’,...multiclass lbfgs l2 yes liblinear l1, l2 no newton-cg ‘l2’...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Mon Aug 04 12:41:01 UTC 2025
      167.5K bytes
      Cache
     
  5. MultinomialNB scikit-learn 1.7.1 documentation

    size = ( 6 , 100 )) >>> y = np . array ([ 1 , 2 , 3 , 4 , 5 , 6 ])...Press, pp. 234-265. https://nlp.stanford.edu/IR-book/html/html...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Mon Aug 04 12:41:01 UTC 2025
      151.9K bytes
      Cache
     
  6. grid_search.rst.txt

    [1, 10, 100, 1000], 'gamma': [0.001, 0.0001], 'kernel': ['rbf']},...= [ {'C': [1, 10, 100, 1000], 'kernel': ['linear']}, {'C': [1,...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Mon Aug 04 12:41:05 UTC 2025
      33.4K bytes
      2 views
     
  7. CalibratedClassifierCV scikit-learn 1.7.1 doc...

    version 1.2. method {sigmoid, isotonic}, default=sigmoid The...version 0.24. ensemble bool, or auto, default=auto Determines...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Mon Aug 04 12:41:01 UTC 2025
      154.4K bytes
      Cache
     
  8. TransformerMixin scikit-learn 1.7.1 documenta...

    None ): ... return self ... def transform ( self , X ): ... return...array([1, 1, 1]) fit_transform ( X , y = None , ** fit_params ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.base.TransformerMixin.html
    Mon Aug 04 12:41:01 UTC 2025
      116.6K bytes
      Cache
     
  9. CountVectorizer scikit-learn 1.7.1 documentation

    ngram_range=(1 , 1) , analyzer='word' , max_df=1.0 , min_df=1 , max_features=None...analyzer {word, char, char_wb} or callable, default=word Whether...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html
    Mon Aug 04 12:41:01 UTC 2025
      143.5K bytes
      Cache
     
  10. BaseEstimator scikit-learn 1.7.1 documentation

    BaseEstimator ): ... def __init__ ( self , * , param = 1 ): ... self ....2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>> y = np . array ([ 1 , 0 , 1 ])...
    scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html
    Mon Aug 04 12:41:01 UTC 2025
      118.4K bytes
      1 views
      Cache
     
Back to top