-
Given the following correct looking code in an environment with `pyarrow` installed:
```python
from scipy.stats import kurtosis
from pyspark.sql.functions import pandas_udf, PandasUDFType
@pan…
-
### Background & motivation
When downloading large image sizes for models on llm-package I had to wait a significant amount of time without any indication of when the download would finish, or how fa…
-
### Background & motivation
Currently, our product analytics pipelines do not distinguish between internal and external gitpod usage.
### Desired behaviour
There should be a way to determine the i…
-
### System information
Ubuntu22.04
### Commit id
de
### Description & steps to reproduce
After the command "./scripts/sanity-check.sh". I'm getting the following :
![image](https://github.com…
-
Great package, great time saver, love it!
**Describe the solution you'd like**
I'm a microbial ecologist, as such I always need to describe composition of the community in samples and/or sample…
-
```
#Import packages
from dataset.bearing_dataset import bearing_dataset
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
import scipy.stats as st
import scipy
from sci…
-
### What's your CLI version?
n/a
### Description & steps to reproduce
The use of magical strings is rather confusing.
I wanted to return a tuple
```python
value = plan.run_python(
…
-
The R summary is a fivenum summary + most common items counts for non numeric cols + count of NAs
A ddf fivenum is a fivenum summary + drop non-numeric cols + ignore NAs
A ddf summary is a method for …
-
const express = require('express');
const mysql = require('mysql');
const cors = require('cors');
const bodyParser = require('body-parser');
const bcrypt = require('bcryptjs');
const jwt = requir…
-
My understanding:
Consensus Layer (CL) (Beacon node/chain) --> responsible for PoS consensus, managing validators, finality, etc.
Validator layer (VL) --> producing blocks, attestation, etc.
Execut…