Skip to main content

Questions tagged [scikit-learn]

A machine-learning library for Python. Use this tag for any on-topic question that (a) involves scikit-learn either as a critical part of the question or expected answer, & (b) is not just about how to use scikit-learn.

2 votes
2 answers
73 views

So I've stumbled upon this example in the Sklearn website, where a KDE instance is trained with handwritten digits, and then used to synthesize samples : https://scikit-learn.org/stable/auto_examples/...
Polyval4's user avatar
1 vote
1 answer
108 views

I am not a statistician, therefore, I offer my apologies in case the following observations seem trivial. The data available pertains to the time to event for a particular process. Several specific ...
John D's user avatar
  • 53
1 vote
1 answer
107 views

I have created a custom program that outputs a prediction based on filtering and counting (no ML) and would now like to compare the program to some typical methods, such as scikit-learn and xgboost. ...
plotmaster473's user avatar
1 vote
0 answers
64 views

When trying to fit scikit-learn DecisionTreeClassifier on my data, I am observing some weird behavior. x[54] (a boolan feature) ...
Krishna's user avatar
  • 111
1 vote
0 answers
82 views

I'm using Scikit Learn with Python and making predictions using XGBRegressor. Out of ...
jigga's user avatar
  • 111
0 votes
0 answers
20 views

I’m implementing my own version of PCA and comparing it with scikit-learn's PCA. However, I’m noticing a discrepancy in the signs of the principal components. Using scikit-learn ...
user avatar
0 votes
0 answers
49 views

R's mvr package has a useful function, selectNcomp, for automated selection of retained latent variables in cross-validated PLS models, through implementation of the heuristic one standard error rule:...
assistance_please's user avatar
3 votes
1 answer
179 views

Why does adding a constant change the value of ROC AUC in python sklearn? ...
Serge Kashlik's user avatar

15 30 50 per page
1
2 3 4 5
122