2016-ml-contest icon indicating copy to clipboard operation
2016-ml-contest copied to clipboard

Machine learning contest - October 2016 TLE

Results 13 2016-ml-contest issues
Sort by recently updated
recently updated
newest added

Hello. Why doesn't the code part work for the same logging data? TypeErrorTraceback (most recent call last) in () 12 return labels[row['Lith_Section']-1] 13 ---> 14 training_data.loc[:,'FaciesLabels'] = training_data.apply(lambda row: label_facies(row,...

Hi, It is really cool competition. Unfortunately, we could not join this competition. I wish we could. But, I have checked the most of repos and I have realised that...

HI @kwinkunks, I know it has been one year already, I just happen to take a look at this repo again and found in the utils.py that the score used...

first of all, thanks for organizing this contest. It was a great experience. I have been with work for the last few weeks and haven't been noticing the change. I...

Thanks for organizing this ML contest. It was fun and a very useful learning experience. I blame the data for my poor result :) Looking forward to the MLevent at...

New to GitHub and I cant figure out how to submit my notebook despite looking at "Help with how to make submission #27". How do i make my own folder...

I did the same job as before but I faced an error as follows. Here is the message: git.exe push --progress "origin" master:master remote: Permission to seg/2016-ml-contest.git denied to ckjeong73....

Hi everyone, As everyone has seen, the random seed can have a significant effect on the prediction scores. This is due to the fact that most of us are using...