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)
Create linear predictions with Stata
I want to run a regression of profits against time and see whether there is a change in the last 6 months. To do so, I want to have the regression before July and then get estimates for the whole year...

Data_Science_110
Votes: 0
Answers: 0
Sklearn Label Encoder - Not getting desired output based on prediction and inverse transform
I'm new to the Python ML using scikit. I was working on a solution to create a model with three columns Pets, Owner and location.
import pandas
import joblib
from sklearn.tree import DecisionTreeClass...

ItsMeGokul
Votes: 0
Answers: 1
How can i get predictions with CI from lmerTest models?
We are currently working with plant phenology.
We built a linear mixed model for each species present in the study area.
We set Days From Snowmelt (The sum of days from snowmelt to the visit day along...
LeteAlemany
Votes: 0
Answers: 1
passing an empty array to Keras
I need to predict x_test for LSTM model using this code:
results = regressor_mae.predict(x_test_1[2:1])
but it gave me this error:
UnboundLocalError: local variable 'batch_outputs' referenced before ...
AHMET HACI
Votes: 0
Answers: 0