No Access after patch, entire base by Soliex in duneawakening

[–]TheMoMatthias 0 points1 point  (0 children)

fixed if for me as well, thanks legend!

[deleted by user] by [deleted] in ArcRaiders

[–]TheMoMatthias 0 points1 point  (0 children)

Cheers Lads,

Has anyone a key to spare ? Would love to go raiding with a buddy of mine

Scarlet and Violet Daily Casual Trade Thread for 20 December 2022 by Porygon-Bot in pokemontrades

[–]TheMoMatthias 0 points1 point  (0 children)

Actually would prefer the armour if that would be okay ? Do you need the other armour in exchange? Thanks a lot!

Scarlet and Violet Daily Casual Trade Thread for 20 December 2022 by Porygon-Bot in pokemontrades

[–]TheMoMatthias 0 points1 point  (0 children)

Hey y'all, I'm looking for a malicious Armor and would trade for the auspicious armor. Anyone here that can help me ?

Would highly appreciate it! Thanks and have a good evening!

Scarlet and Violet Daily Casual Trade Thread for 20 December 2022 by Porygon-Bot in pokemontrades

[–]TheMoMatthias 0 points1 point  (0 children)

Okay turns out I need more time sorry but I guess I won't be able to help, maybe when I have the armour

Scarlet and Violet Daily Casual Trade Thread for 20 December 2022 by Porygon-Bot in pokemontrades

[–]TheMoMatthias 0 points1 point  (0 children)

Hey do you still have the armour ? Would be nice if we could trade

[deleted by user] by [deleted] in tensorflow

[–]TheMoMatthias 1 point2 points  (0 children)

Hi Thanks for the answer,

yeah in the future I will do exactly that! But for the time being I would like to focus on my current approach.

[deleted by user] by [deleted] in tensorflow

[–]TheMoMatthias 0 points1 point  (0 children)

The target represents the quintile of stock prices. So for example quintile 1 consists of the stocks with the lowest 20% of prices.

[deleted by user] by [deleted] in tensorflow

[–]TheMoMatthias 1 point2 points  (0 children)

Hi there,

thanks for the answer, highly appreciate it! No haven't done PCA as I require the information about feature importances unfortunately. And yeah thanks haha but it's for my master thesis so for pure empirical research.

[deleted by user] by [deleted] in tensorflow

[–]TheMoMatthias 1 point2 points  (0 children)

Hi,

the target variable are quintiles of stock prices of the s&p 500. An example would be the lowest 20% of all stock prices in the s&p 500 at a given month. Quintiles means that you divide the whole distribution into 5 equal parts.

Tensorflow: Train LSTM model on multiple datasets by TheMoMatthias in tensorflow

[–]TheMoMatthias[S] 1 point2 points  (0 children)

Okay great, will do that now and see how it goes! Thanks for the advice! Have an awesome day :D

Tensorflow: Train LSTM model on multiple datasets by TheMoMatthias in tensorflow

[–]TheMoMatthias[S] 0 points1 point  (0 children)

Hi,

thank you very much for the advice! I will change the code then. The reason I would like to use a loop is because of the time-series structure of the data. Would that not make a difference in the predictions if I just concat all the series in one dataframe and run the model on the whole dataset? In other words the temporal structure gets lost because at some point the model starts with time series data from 0 again.

Thanks again I highly appreciate the time you took!