kaggle
Here are 2,145 public repositories matching this topic...
One unit test in the R package is currently broken. Steps to reproduce on Mac
export CXX=/usr/local/bin/g++-8 CC=/usr/local/bin/gcc-8
Rscript build_r.R
cd R-package/tests
Rscript testthat.RThis results in the following error at the ends of the logs
[LightGBM] [Info] Saving data to binary file /var/folders/xq/wktq4zdx4jd3qdpk34d28m940000gn/T//RtmpiY1DzV/lgb.Dataset_1555
-
Updated
May 25, 2020 - Jupyter Notebook
-
Updated
Jun 12, 2020 - Python
This class could be used instead of cd file https://catboost.ai/docs/concepts/input-data_column-descfile.html when creating Pool from filez. The class should have init function, methods load and save, and Pool init method should be able to use object of this class instead of cd file during initialization.
-
Updated
Dec 5, 2019 - Jupyter Notebook
-
Updated
Jun 12, 2020 - Python
Add a Reddit section
Most of the people who start out new don't find a latest feed of community hyped resources on ML and DL topics. It would be pretty good if we add a Reddit section.
If you're fine with this suggestion I'll put up a PR with the update
-
Updated
May 14, 2016 - C++
-
Updated
Oct 15, 2018 - Jupyter Notebook
-
Updated
Dec 23, 2019 - HTML
e.g. based on the google doc https://docs.google.com/document/d/1ZI1V_2I3tETAeGnAwYZnrYTdeiOfdtWCL4l4DmRimFc/
p.s. I think that using docker for the course is an overhead which is not justified. As people create a designated VM for the course it would have been better to share a VM image so installation is one click and forget about docker. Docker is great when you need multiple environment or
-
Updated
Jun 11, 2020 - Python
-
Updated
Jun 12, 2020 - Python
-
Updated
Jan 21, 2020 - Jupyter Notebook
-
Updated
Dec 20, 2017 - Python
-
Updated
May 28, 2020 - Python
-
Updated
Apr 13, 2018 - Python
(tensorflow) F:\Postgraduate\KaggleLearning\multi-class-text-classification-cnn-rnn-master\multi-class-text-classification-cnn-rnn-master>python predict.py ./t
rained_results_1541818386/ ./data2/samples.csv
D:\Anaconda\anaconda\envs\tensorflow\lib\site-packages\gensim\utils.py:1212: UserWarning: detected Windows; aliasing chunkize to chunkize_serial
warnings.warn("detected Windows; aliasing c
-
Updated
May 21, 2018 - Jupyter Notebook
-
Updated
Jun 14, 2019 - Jupyter Notebook
-
Updated
Jan 30, 2020
-
Updated
Dec 31, 2018 - Python
-
Updated
Jun 10, 2020 - Jupyter Notebook
-
Updated
Jan 12, 2020 - Python
-
Updated
Jul 1, 2019 - Python
-
Updated
Nov 8, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the kaggle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kaggle topic, visit your repo's landing page and select "manage topics."
Alexnet implementation in tensorflow has incomplete architecture where 2 convolution neural layers are missing. This issue is in reference to the python notebook mentioned below.
https://github.com/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-examples/notebooks/3_neural_networks/alexnet.ipynb