-
Updated
Jun 9, 2021
big-data
Here are 2,473 public repositories matching this topic...
-
Updated
May 13, 2021 - Python
-
Updated
Jun 11, 2021 - C++
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
Jan 9, 2021 - Scala
-
Updated
May 6, 2021 - Scala
-
Updated
Apr 2, 2021
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
Jun 11, 2021 - Jupyter Notebook
-
Updated
Jun 11, 2021 - Go
-
Updated
Jun 11, 2021 - Erlang
x-arkime-cookies
change all x-moloch-cookies to x-arkime-cookies in tests and middleware
-
Updated
Apr 6, 2021 - Python
From #18845 : click to read
-
Updated
Jun 11, 2021 - Java
-
Updated
Jun 11, 2021 - Scala
... to make it easier to read Vespa documentation on an e-reader / offline
Vespa documentation is generated using Jekyll from .md and .html files, look into options for generating the artifact as part of site generation (there might be plugins we can use here)
In io/trino/plugin/bigquery/ReadSessionCreator.java, TableInfo is getting cached for only 15 minutes. This makes sure for the next 15 minutes all the subsequent queries will use the cache.
I believe rather than hardcoding the TTL to 15 minutes, we should externalize this number so that it can be configured on a case-to-case basis.
Slack Thread: https://trinodb.slack.com/archives/CFLB9AMB
-
Updated
Jun 11, 2021 - TypeScript
Use case:
Right now one can only use date_trunc() to easily define time buckets. date_trunc() only supports predefine time intervals like 1 minute, 1 hour, etc. . In time-series use cases it is often necessary to define different time bucket sizes like e.g. '5 minutes' or '20 minutes'
a workaround for this is the - error prone - integer division on the timestamp e.g.
SImprove this page
Add a description, image, and links to the big-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the big-data topic, visit your repo's landing page and select "manage topics."
After add patch which fixes #4209 I found that sphinx emits some warnings.