Cano-Muniz, Santiago
Cano-Muniz, Santiago
That is interesting because the error message indicates that there is a `media.field`. Moreover, twitter API (https://developer.twitter.com/en/docs/twitter-api/lists/list-tweets/api-reference/get-lists-id-tweets) indicates that the `media.fields` argument is available. Did I understand that wrong or...
This is what I see. I see attributes `x.includes`, which contains the media keys but no `media `attribute. Is it at least possible retrieve the media URL using the `media.keys`?...
I have just tried @calvinh99 suggestion with no success again: ```python tweepy.errors.BadRequest: 400 Bad Request The `expansions` query parameter value [attachments.media_keys&media.fields] is not one of [author_id,referenced_tweets.id,referenced_tweets.id.author_id,entities.mentions.username,attachments.poll_ids,attachments. media_keys,in_reply_to_user_id,geo.place_id] ``` I guess...
Any update on the addition of bibliography support?
> It seems supporting citation is similar to supporting Latex equations - that is how Zettlr does it. You mean, that's a "short-cut" to make it work, or are you...
This should run properly. Note that there is only three CV sets but the issue stands the same, the groups are selected in a random order (1, 3, 2 ;...
I thought tha the order of the CV sampling affected the accuracy of predictions as described [here](https://mlr3book.mlr-org.com/optimization.html#nested-resampling). Due to the fact I am dealing with time series signal, I thought...
OK, I am trying to implement a by work using the function `tune_nested()`, however, the code does not run because "custom resampling could not be implemented". Here is the change:...
PS, I noticed the mlr3temporal build status is failing.
@sebffischer oh, that would be a pity as I found lots of useful tools in the package. In that case, it would be useful to mention it on the README...