-
Updated
Mar 10, 2022
big-data
Here are 2,864 public repositories matching this topic...
-
Updated
Mar 21, 2022 - C++
-
Updated
Nov 4, 2021 - Python
-
Updated
Mar 18, 2022 - JavaScript
-
Updated
Jan 9, 2021 - Scala
-
Updated
Mar 17, 2022 - Scala
-
Updated
Jan 2, 2022
I am working on creating a WandbCallback for Weights and Biases. I am glad that CatBoost has a callback system in place but it would be great if we can extend the interface.
The current callback only supports after_iteration that takes info. Taking inspiration from XGBoost callback system it would be great if we can have before iteration that takes info, before_training, and `after
-
Updated
Mar 20, 2022 - Jupyter Notebook
-
Updated
Mar 19, 2022 - Go
-
Updated
Mar 18, 2022 - Erlang
-
Updated
Mar 20, 2022 - Java
Remove the initial shortcut sync code in viewer/db.js for v3.1. Note that to upgrade to v3.1+ you must upgrade to v3.0 first.
Need to migrate trino-maven-plugin to use GitHub actions instead of Travis CI. See trinodb/trino#6859 for some guidance.
Add --add-exports jdk.management/com.ibm.lang.management.internal only when OpenJ9 detected.
Otherwise we got WARNING: package com.ibm.lang.management.internal not in jdk.management in logs
-
Updated
Oct 28, 2021 - Python
Refactor GCSLogStore to Java for the new delta-storage artifact.
This also includes moving the tests from GCSLogStoreSuite to class PublicGCSLogStoreSuite inside of LogStoreSuite. See the contributing section in the project issue below.
Also, as the referenced contributing sectio
-
Updated
Mar 20, 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)
-
Updated
Feb 5, 2022 - JavaScript
Use case:
Postgres compatible tools like Datagrip, DBeaver, etc. want to get (and sometimes set e.g. Azure Data Studio) the datestyle used by the database. It seems like there is already some implementation for that.
Feature description:
As a db tool engineer I want to be able to fetch the set datestyle of a database to be know how to interpret dates in my tool.
extra: ability
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: