python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Effect of SMOTE on Random Forest and Logistic Regression on a Cell2Cell churn dataset
I am doing an analysis of the effect of SMOTE on the performance of Random Forest and Logistic Regression. I have the following data from kaggle. The data consists of around 50000 observations and 58 ...
RasM10
Votes: 0
Answers: 0
What is the code for Logistic Regression and MLP
I am trying to use AutoSklearn with a specific list of algorithms
Logistic Regression
Random Forest
Gaussian NB
SVC
ADA
MLP
I know I can use these parameters.
mdl = autosklearn.classification.AutoSkl...

asmgx
Votes: 0
Answers: 1
Extract probabilities from Logistic Regression model by feature in R
I am currently using R and I'm looking to extract the probabilities by feature. How to accomplish this? For example, in Texas if feature A is false the probability of the class 1 is 65%. A python exam...
ANN
Votes: 0
Answers: 1
Understanding Regtermtest from the survey package
Hi I have a quick question about the regtermtest. Let's say I am running the following regression:
data(api)
dclus1 <- svydesign(id=~dnum, weights=~pw, data=apiclus1, fpc=~fpc)
model1 <- svyglm(...
LittleBlueHeron
Votes: 0
Answers: 1