Regression
Is it possible to create a sklearn multivariate polynomial regression that is cubic in one term and linear in the other?
I am trying to model a relationship in python using multiple terms including a time term but the model I am trying to recreate is one that uses a cubic polynomial in one variable and a linear polynomi[详细]
2022-12-07 21:35 分类:问答How can I portray my lm() model across different ggplot scatterplot differently?
I am currently regressing GDP on multiple factors (7 different variables to be exact), My x variable is quarterly Dates (2006-Q1 to 2020-Q4). I need need to plot my scatter plot for the GDP with Date[详细]
2022-12-07 19:51 分类:问答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 分类:问答pyTorch深入学习梯度和Linear Regression实现
目录梯度线性回归(linear regression)模拟数据集加载数据集定义loss_function梯度[详细]
2022-12-02 10:08 分类:开发