Alvaro Bartolome

Results 41 issues of Alvaro Bartolome

### Description Hi! 🤗 After testing a little bit `wandb`'s Public API with Python, I've found out that there are some things that could be potentially improved for `wandb.apis.public.File` (reference...

feature_request

So the default behavior of https://docs.wandb.ai/ref/python/public-api/run#upload_file is to upload the file without taking into consideration whether that file was already there or not, so it's not actually checking whether the...

Description ----------- This PR improves `wandb.apis.public.File.download` as described in https://github.com/wandb/client/issues/3923 Testing ------- The use-cases from the original issue at https://github.com/wandb/client/issues/3923 were replicated so as to make sure that the `root`...

As suggested by @mariosasko in https://github.com/huggingface/datasets/pull/4411, we should include the `@transmit_format` decorator to `flatten`, `rename_column`, and `rename_columns` so as to ensure that the value of `_format_columns` in an `ArrowDataset` is...

According to what was mentioned in #467 and in a lot more issues, due to the high usage of `investpy` to retrieve data from Investing.com, the HTTP error with code...

investing-error

* Cookiecutter version: v1.7.3 * Template project URL: None * Python version: 3.8 * Operating System: Linux ### Description: Is there any option to include sub-options in the `cookiecutter.json`? The...

This is a proposal rather than an issue, as the Image Segmentation models in the Hub, which in this case are: [Deeplabv3-ResNet101](https://pytorch.org/hub/pytorch_vision_deeplabv3_resnet101/) and [FCN-ResNet101](https://pytorch.org/hub/pytorch_vision_fcn_resnet101/), have a restriction on the input...

We need to add new and different prediction algorithms from [sklearn](http://scikit-learn.org/stable/supervised_learning.html#supervised-learning) as DecisionTree, SVM, etc. to make more reliable predictions based on their score for every dataset

enhancement
help wanted

## 🐛 Bug Fixes - Both `get_stock_recent_data` and `get_stock_historical_data` have been fixed and using https://api.investing.com/api/financialdata/historical instead of https://www.investing.com/instruments/HistoricalDataAjax

investing-error

Hi to whoever is reading this! 🤗 # What's in this PR? As of the recent addition of `ArgillaCallbackHandler` in the `master` branch of `LangChain`, merged by @dev2049 (but maybe...