I am working on a classification task on Google colab. The dataset I'm using for the task is on google drive and has the folder name as the label. e.g train/cat
I am trying to update values in a nested dictionary, without over-writting previous entries when the key already exists. For example, I have a dictionary: my
I have a couple hundred daily Excel attachments in email that I want to pull appropriate data from and save into a database. I want to avoid saving each attachm
So I have a school project and I need help with a part of my code. I need to be able to subtract the number that has been inputed with the num
I am using geopandas in a module that is run through GitLab CI... and the environment solving step takes forever. Like, around 30 minutes of solving for 2 minut
I have documents with field (of array type) for period (from, to): and I would like to filter documents by item in array of "period" field ... for example: whe
I am trying to use ProcessPoolExecutor to initiate multiple instances of a class (BT), which initiates a method BT.bt(), and return results [aList1, aList2]. I
Why am i getting the exception error va.lang.ArrayIndexOutOfBoundsException why am i getting thisva.lang.ArrayIndexOutOfBoundsException why am i getting thisva.
I need to write a test for a method from the service class that return a list of data from the database. And I do not know how to make it work because it keep g
I have a image converted into sketch. I am trying to convert the black and white sketch into a red and white image. Is this is able with opencv? The image I hav