Skip to main content
Mario's user avatar
Mario's user avatar
Mario's user avatar
Mario
  • Member for 6 years, 8 months
  • Last seen this week
  • Berlin, Germany
suggested
Approve
comment
What happens if one uses the forest-based predictive models with a single tree or estimator for 1D time data?
Please note that I'm aware of the fact of logic of forest-based average result of trees addressed here. Considering the size of my sub-data (8640, 1) and knowing consumption CPU and memory from this post, still with runtime is so high with even n_estimators=5, n_jobs=-1 with 5 trees in Google Colab medium! So I have to set n_estimators=1 because of I have many time data samples like df1, df2,..., df10000 needs to be forecasted.
Loading…
revised
Loading…
Loading…
suggested
Approve
suggested
Approve
revised
Insights betwwen two columns/variables in Dataframe
Edit and grammar correction in question body for better understanding
Loading…
comment
How can I ensure about my R^2 score?
can you renew the link
answered
Loading…
suggested
Approve
Loading…
revised
Splitting CSV data with missing target variable using train_test_split in Python
Edit and grammar correction in title and question body for better understanding
Loading…
Loading…
comment
Building Timeseries models for stock trading having multiple stocks
Don't expect much miracles from AI & predictive models. However, SARIMAX and gated-units models could work, but depending on the potential patterns, one can forecast a few steps ahead.
comment
Building Timeseries models for stock trading having multiple stocks
If the matter concerns out-of-sample forecasting in a certain time horizon and X, Y, and Z might be related, we need to see dependencies within each one and between pairs (if there are). Sometimes, there could be no pattern, and it's not predictable, or you need to see the problem from another side of the glass, which means unpredictability of data using dependency tests in the past daily resolution of observations.
answered
Loading…
comment
Tiering after clustering with Kmeans
This has already been commented on by @Nikos M. and looks like this answer is redundant.
revised
Problems to understand how to create the input data for time series forecasting with a recurrent neural network in Keras
Edit and grammar correction in title and question body for better understanding
Loading…
1
4 5
6
7 8
21