Antonio Moura

Results 6 issues of Antonio Moura

It's not possible to specify **pages** in a request of `asyncBatchAnnotateFiles` ? If not, can we ship this as a feature?

type: feature request
api: vision

It's not possible to specify **textDetectionParams** in a request of asyncBatchAnnotateFiles ? If not, can we ship this as a feature?

type: feature request
api: vision

First of all, congrats and thanks for the great repo! In a scenario that **Player A** has 2x the rating of **Player B**, the predicted win probability is **_60%_** vs...

enhancement

Hey @djcunningham0. First, congrats for the amazing repo / project! I'm opening this issue to discuss some improvements in the `process_data` algorithm. I run a dataset of ~ 70k rows...

enhancement
help wanted

Is that possible?

The following way to use multiple values below work: ```javascript df.item(['Age', 'Fare']).median().type 'Series' ``` Is possible to support something without relying in manual calling the .item() ? This **works**: ```javascript...