python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
statsmodel logistic regression prediction function with dimension issue
I built my model with training data X_train (21 columns) and y_train as follows:
import statsmodels.api as sm
statsmodels_result=logit_model.fit()
print(statsmodels_result.summary2())
statsmodels_pred...
Runhua Lei
Votes: 0
Answers: 1
Viewing Pytorch weights from a *.pth file
I have a .pth file created with Pytorch with weights. How would I be able to view the weights from this file?
I tried this code to load and view but it was not working (as a newbie, I might be entirel...
user18174484
Votes: 0
Answers: 2
How to use ARIMA model to predict events from a multicolumn dataframe
https://docs.google.com/spreadsheets/d/1JmMoGcKI9ycFkYi0lrqtnb0sj2JKmJ1l/edit?usp=sharing&rtpof=true&sd=true
The dataset contains number of passenger entering a train station in a month. Each ...
John Adex
Votes: 0
Answers: 1
How to predict a Series sequence in a Pandas Data Frame
I have a data that has three columns : user id, product id and date of purchase. I need to predict the next purchase date for User-Product pair.
DataSet
How can I make the prediction for this data fra...

Masih mir
Votes: 0
Answers: 0