logistic-regression
creating a confusion maxtrix out of various data files but getting ValueError : x and y must be the same size
I\'m new to python and trying to create a sentiment analysis using VADER I pulled various artists (13) data into individual dataframes, converted the lyrics to words, found only the unique words, remo[详细]
2022-12-07 20:24 分类:问答Refitting a model using the training data
I am working with a group who will generate a model with Sklearn (usually a logistic regression) using training and tes开发者_开发技巧t data, and then, after the model is created, refit the model usin[详细]
2022-12-07 18:17 分类:问答Multinominal logistic regression in R from a 2x2 table
Sorry, a bit new to all this. I want to do logistic regression in R with multiple dependent variables. However, all I have access to are the 2x2 tables as follows:[详细]
2022-12-07 18:14 分类:问答