Manuel Garrido

Results 13 issues of Manuel Garrido

This PR adds a method `predict` to the Predictor to perform inference. I tried to do it as surgically as possible (i.e., not trying to cleanup or refactor existing code)

Added Spain's Open Data Portal --- title: Data set name homepage: www.example.com category: Government description: Long description of dataset version: 1.0 keywords: keyword1, keyword2 image: www.example.com/image.jpg temporal: spatial: access_level: public...

Need improvement

Just wanted to check if there are any plans on supporting more recent versions of spark. Thanks for your help, very promising project!

This PR fixes a simple bug I found when running the notebook on the engine docker image. Basically, the command: ``` engine = Engine(spark, "/repositories", "standard") ``` Failed with the...

This PR adds an image search script that uses fuzzy logic to match the search results to the moutn drive folder. It uses python and some python packages to perform...

Back in the day up to version 0.4.0 you could do: ``` from s3fs.core import split_path ``` This function is quite simple but quite convenient. In recent versions this function...

As of March 2023, [Debian stretch apt repositories have been archived](https://lists.debian.org/debian-devel-announce/2023/03/msg00006.html), making the frontend Dockerfile fail. This PR allows the frontend Dockerfile to continue to be built. This pr also...

I have been using batchiepatchie for years. However I am trying to run it on a new company and the deployment seems to be broken. I have also noticed plenty...

I am trying to create a connection to a database programatically. The goal is to add access to different databases with the same schema automatically. I am using `tableau-tools==5.1.3`. I...

First of all, congrats on your project, looks promising. However, as some have pointed out, there are a TON of libraries for packaging python projects (none ideal as you point...