-
Updated
Apr 17, 2021
big-data
Here are 2,403 public repositories matching this topic...
-
Updated
Feb 18, 2021 - Python
-
Updated
Apr 22, 2021 - JavaScript
-
Updated
Jan 9, 2021 - Scala
-
Updated
Apr 5, 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
Apr 22, 2021 - Jupyter Notebook
-
Updated
Apr 22, 2021 - Go
-
Updated
Apr 20, 2021 - Erlang
x-arkime-cookies
change all x-moloch-cookies to x-arkime-cookies in tests and middleware
-
Updated
Apr 6, 2021 - Python
There is no technical difficulty to support includeValue option, looks like we are just missing it on the API level.
See SO question
-
Updated
Apr 22, 2021 - Java
-
Updated
Apr 21, 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)
Hi, if my spark app is using 2 storage type, both S3 and Azure Data Lake Store Gen2, could I put spark.delta.logStore.class=org.apache.spark.sql.delta.storage.AzureLogStore, org.apache.spark.sql.delta.storage.S3SingleDriverLogStore
Thanks in advance
- Not sure where
- Update links in list
- Include example use case
Support for PG array_to_string() - concat elements of an array to string / text with a delimiter
Use case:
Support for PG array_to_string() function in CrateDB.
This now can be done as workaround with an UDF for TEXT:
CREATE OR REPLACE function array_to_string(array(TEXT),TEXT)
RETURNS TEXT
LANGUAGE JAVASCRIPT
AS 'function array_to_string(arr, delimiter) { return Array.prototype.join.call(arr, delimiter);}';SELECT array_to_string(['a','b','c'],',');-
Updated
Apr 22, 2021 - TypeScript
Improve 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."
Now insert and query share the resource ( Max Process Count control) 。 When the query with high TPS,the insert will get error (“error: too many process”). I think separator the resource for Insert and Query will makes sense. Ensure enough resource for insert。It looks like Use Yarn, Insert and Query use the different resource quota。
Or the simple way , Can we set Ratio for Insert and