-
Updated
Feb 18, 2021 - Python
kaggle
Here are 2,682 public repositories matching this topic...
Current pytorch implementation ignores the argument split_f in the function train_batch_ch13 as shown below.
def train_batch_ch13(net, X, y, loss, trainer, devices):
if isinstance(X, list):
# Required for BERT Fine-tuning (to be covered later)
X = [x.to(devices[0]) for x in X]
else:
X = X.to(devices[0])
...Todo: Define the argument `
-
Updated
Jan 2, 2021 - Jupyter Notebook
Problem: the approximate method can still be slow for many trees
catboost version: master
Operating System: ubuntu 18.04
CPU: i9
GPU: RTX2080
Would be good to be able to specify how many trees to use for shapley. The model.predict and prediction_type versions allow this. lgbm/xgb allow this.
-
Updated
Jan 18, 2021 - Jupyter Notebook
-
Updated
Mar 7, 2021 - Python
-
Updated
Feb 2, 2021 - Python
-
Updated
Jul 5, 2019 - Jupyter Notebook
-
Updated
Feb 5, 2021 - Jupyter Notebook
-
Updated
May 14, 2016 - C++
-
Updated
Oct 15, 2018 - Jupyter Notebook
-
Updated
Dec 23, 2019 - HTML
-
Updated
Dec 15, 2020 - Jupyter Notebook
-
Updated
Nov 24, 2020 - Python
-
Updated
Mar 11, 2021 - Python
-
Updated
Mar 10, 2021 - Jupyter Notebook
-
Updated
Jan 21, 2020 - Jupyter Notebook
-
Updated
Dec 20, 2017 - Python
-
Updated
Oct 5, 2020 - Jupyter Notebook
-
Updated
Nov 30, 2020 - Python
-
Updated
Apr 13, 2018 - Python
-
Updated
Sep 22, 2020 - Jupyter Notebook
-
Updated
Mar 23, 2018 - Python
-
Updated
Jan 30, 2020
-
Updated
Nov 18, 2020 - Jupyter Notebook
-
Updated
Dec 31, 2018 - Python
-
Updated
Jan 12, 2020 - Python
-
Updated
Aug 29, 2016 - Python
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."
Summary
For every image in LightGBM's documentation, alternative text that describes the image should be added.
Motivation
People with limited vision use screen readers to view web pages. When these screen readers encounter an image, they will only read some placeholder like "IMAGE" by default. However, if the "alt" tag is specified,