I'm a Data Scientist.
Data Scientist at WhiteNarwhal Japan with expertise in Recommendation system, NLP, Time series, and Computer Vision
Pinned Loading
-
-
residual autocorrelation
residual autocorrelation 1# Compute Residual
2train_pred = stepwise_model.predict(n_periods=106)
3r_train = train - train_pred
4r_test = test - pred
5residual = pd.DataFrame(np.concatenate((r_train,r_test)), columns={"y"})
-
vumichien/car-classification
vumichien/car-classification Public90 types of car spare part classification engine
Python 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.