big-data
Here are 2,968 public repositories matching this topic...
-
Updated
May 17, 2022 - C++
-
Updated
May 16, 2022 - JavaScript
-
Updated
Jan 9, 2021 - Scala
-
Updated
Apr 29, 2022 - Scala
-
Updated
Jan 2, 2022
Problem:
_catboost.pyx in _catboost._set_features_order_data_pd_data_frame()
_catboost.pyx in _catboost.get_cat_factor_bytes_representation()
CatBoostError: Invalid type for cat_feature[non-default value idx=1,feature_idx=336]=2.0 : cat_features must be integer or string, real number values and NaN values should be converted to string.
Could you also print a feature name, not o
-
Updated
May 17, 2022 - Jupyter Notebook
-
Updated
May 17, 2022 - Go
-
Updated
May 17, 2022 - Java
Add checks, similar to in RenameMaterializedViewTask, that the target table or view or materialized view does not exist in the RenameTableTask and RenameViewTask
-
Updated
May 17, 2022 - Erlang
-
Updated
May 16, 2022 - JavaScript
IMap.get gets blocked forever when Cassandra NoNodeAvailableException is thrown from the MapStore
Describe the bug
The IMap.get() call will be blocked forever when a com.datastax.oss.driver.api.core.NoNodeAvailableException is thrown from the MapStore.
Setup:
Hazelcast v5.1.1
Cassandra SDK v4.14.1
Client-server setup
Read through cache, Cassandra DB gets called on a cache miss.
Test scenario: Read through cache, Cassandra server is down:
We tested the scenario whe
-
Updated
May 14, 2022 - Python
Feature request
Overview
SBT tests currently run sequentially. It would be good to reduce the total test runtime by parallelizing the SBT tests.
Motivation
SBT tests are taking longer and longer. This is not scalable. While we have already split various version of Scala tests into two CI builds in the repo, each build takes a long time. This is a burden for local testing as
-
Updated
May 17, 2022 - Java
... 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)
Use case:
Get the total duration over many events. Something like select sum(age(ended, started)) from myevents or select sum(ended - started) from myevents - depending on crate/crate#12479
-
Updated
Feb 5, 2022 - JavaScript
I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?
Is your feature request related to a problem? Please describe.
The Pydantic errors can be very annoying to debug when the error messages are not explicit or (as often seen) completely missing. I provide two specific examples bellow but many more can be found throughout the codebase.
Describe the solution you'd like
Always include explicit error messages to all Pydating validation chec
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."


Is your feature request related to a problem? Please describe.
Many static type checkers have issues finding Cython's stubs.
Here is from running mypy on my current project:
The same issue can be seen when using
import Cython as cython: