Top "Kaggle" questions

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

Linear model function lm() error: NA/NaN/Inf in foreign function call (arg 1)

Say I have data.frame a I use m.fit <- lm(col2 ~ col3 * col4, na.action = na.exclude) …

r nan lm kaggle
Create a set from a series in pandas

I have a dataframe extracted from Kaggle's San Fransico Salaries: https://www.kaggle.com/kaggle/sf-salaries and I wish to …

python pandas dataframe series kaggle
Inserting comments into jupyter notebook

I hope this is not a redundant question, but I was not able to find a proper answer and tutorial. …

python jupyter-notebook kaggle
Working with neuralnet in R for the first time: get "requires numeric/complex matrix/vector arguments"

I'm in the process of attempting to learn to work with neural networks in R. As a learning problem, I've …

r regression prediction kaggle
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte, while reading csv file in pandas

I know similar questions has been asked already I have seen all of them and tried but of little help. …

python python-3.x csv pandas kaggle
Pandas Apply Key Error

I'm fairly new to Python and data science. I'm working on the kaggle Outbrain competition, and all datasets referenced in …

python pandas group-by keyerror kaggle
Using Kaggle Datasets in Google Colab

Is it possible to use any datasets available via the kaggle API in Google Colab? I see the Kaggle API …

dataset google-colaboratory kaggle colab
What does KFold in python exactly do?

I am looking at this tutorial: https://www.dataquest.io/mission/74/getting-started-with-kaggle I got to part 9, making predictions. In there …

python cross-validation kaggle
Pandas scatter_matrix - plot categorical variables

I am looking at the famous Titanic dataset from the Kaggle competition found here: http://www.kaggle.com/c/titanic-gettingStarted/…

python pandas matplotlib kaggle
Download Kaggle Dataset by using Python

I have trying to download the kaggle dataset by using python. However i was facing issues by using the request …

python download request dataset kaggle