Questions tagged [kaggle]

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

Relating to the following Kaggle data science categories:

1115 questions
-3
votes
1 answer

Datasets & Tutorials specifically targeting Business Data Analysis Issues

I am looking for data sets and tutorials which are specifically targeting business data analysis issues. I know about Kaggle but it's main focus is on Machine learning and associated problems/issues. Would be great to know a blog or dump regarding…
Esan
  • 1
  • 3
-4
votes
1 answer

python- [Errno 20] Not a directory

I'm trying to read images from the specified folder enrollemnts_rgb but it gives an error, not in the directory for folder_name in folder_list: files_list = os.listdir(os.path.join(base_dir, folder_name)) temp=[] for file_name in…
-4
votes
1 answer

How to evaluate Machine Learning Hackathon Submissions?

I recently conducted a small hackathon , not on a platform like kaggle , but only provided the participants with the training data, and the test data without the true labels. Is there a way in which I can evaluate their submissions?
-7
votes
4 answers

What's the difference between '==' and 'in' in if conditional statements?

Hey I was doing an exercise in Kaggle and although I solved it correctly, I wanted to see the solution provided by Kaggle. Here: def word_search(documents, keyword): # list to hold the indices of matching documents indices = [] # Iterate through…
1 2 3
74
75