Skip to main content

Questions tagged [kaggle]

Relating to Competitions, Datasets, Kernels, Learn, or Kaggle's API.

0 votes
0 answers
18 views

Expects Inputs Error when loading working model

I've trained a CNN using a pre trained model (EfficientNetB0) and refining it with my data. (Don't get confused, I did it using a TPU VM, same error everything when not using it) This is how I did it: ...
Robert's user avatar
  • 80
0 votes
0 answers
22 views

How do I install language model for spacy on Kaggle?

Aloha! Everybody knows how to install model at home: python -m spacy download ru_core_news_md But since python notebook on Kaggle is isolated of the global web, it does not seem possible to do so. ...
Dimas del Pablo's user avatar
0 votes
1 answer
22 views

how to show the Notebook tab in Kaggle

I am facing an issue with my Kaggle notebook interface. The "Notebook" tab, which is usually located on the right side of the notebook, is somehow hidden in my account. This tab, as shown in ...
JAMSHAID's user avatar
  • 1,327
0 votes
0 answers
15 views

how to resolve issues on Kaggle,This preview is truncated due to the large file size. Create a Notebook or download this file to see the full content

enter image description here how to solve the question on kaggle: This preview is truncated due to the large file size. Create a Notebook or download this file to see the full content. I have been ...
于智慧's user avatar
0 votes
0 answers
13 views

why can't I find "Add utility script" option in my Kaggle notebook?

I'm trying to use the "Add utility script" feature in my Kaggle notebook, but I can't seem to find the option. According to Kaggle's documentation and announcements, this feature should be ...
Zakorakis's user avatar
0 votes
0 answers
10 views

Creating a Dataset directly from a Kaggle Notebook

Can anyone really explain in lay man's terms hoe this can actually be done. I just created a working notebook that outputs a csv file into the /kaggle/working directory and it gets updated with a ...
AyFait Jr.'s user avatar
1 vote
0 answers
39 views

How to solve the pip install error on Kaggle/Colab

I am trying to install some libraries in my code but it always show this error. !pip install optuna-integration WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) ...
DRACO HO's user avatar
0 votes
1 answer
29 views

How to load ImageNet from Kaggle?

I downloaded the ImageNet dataset from Kaggle, as it seems like the original website doesn't have it anymore. When I try to load it with Pytorch following this: torchvision.datasets.ImageNet(root: ...
Penguin's user avatar
  • 2,170
0 votes
0 answers
21 views

ResourceWarning: unclosed running multiprocessing pool: KaggleAPI

class ExtractData: def __init__(self): self.kaggle_api = KaggleApi() self.script_dir = os.path.dirname(os.path.abspath(__file__)) self.data_dir = os.path.join(self.script_dir,'..','data') ...
AKASH YADAV's user avatar
0 votes
1 answer
22 views

should these expressions yield the same result? u.creation_date < '2019-02-01' vs. u.creation_date <= '2019-01-31'

I am doing SQL exercise at Kaggle (Exercise: JOINs and UNIONs, 3) Initial questions and answers, Part 2) working with stackoverflow database. For some reason, the query with u.creation_date <= '...
Spleentery's user avatar
0 votes
2 answers
56 views

Download file by using R [duplicate]

I have this url : "https://www.kaggle.com/datasets/nelgiriyewithana/most-streamed-spotify-songs-2024/download" I want to download the dataset from the url , but I failed... knowing it should ...
Gambit's user avatar
  • 213
-1 votes
0 answers
29 views

is there any way i can import kaggle dataset directly into mysql workbench?

I am trying to import kaggle dataset into mysql workbench to practice sql queries. I have downloaded it and imported as a csv file but can i directly import without downloading it? Need help on this ...
Niraj's user avatar
  • 23
0 votes
1 answer
58 views

How to list all files from a Kaggle dataset in Google Colab?

I've been experimenting with the Kaggle API in Google Colab for a while now and I'm stuck with the following problem. I'm able to easily authenticate my credentials, and got no problem downloading ...
Jorvan's user avatar
  • 131
0 votes
0 answers
28 views

Issue with training model on Kaggle GPU - only one GPU working

I'm currently trying to train a model on Kaggle using GPU resources, but it seems that only one GPU is being utilized instead of multiple. I'm using the following training code: # Step 1: Install the ...
AYADI Nouamane's user avatar
0 votes
0 answers
7 views

How to implement mAP in Kaggle?

My goal is to try and implement Mean Average Precision from a given notebook (https://www.kaggle.com/code/balraj98/yolo-v5-car-object-detection/notebook#). The process is still new to me, and it would ...
ZM2024's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
79