-
**Describe the bug**
Trying to build a ranking model using LightGBMRanker in pyspark but can't see any training metrics. I.e. even if I set `isProvideTrainingMetric` to `True` and `verbosity` to `2`,…
-
-
MWE:
```julia
using DimensionalData
A = [1.0 2.0 3.0;
4.0 5.0 6.0]
x, y, z = X([:a, :b]), Y(10.0:10.0:30.0; metadata=Dict()), Z()
dimz = x, y
da1 = DimArray(A, (x, y); name=:one, metadata=…
-
### Description
The user guide states that, and I quote,
> UGTeach is a desktop app for managing your students' contacts that aims to empower Singapore-based undergraduate private tutors to efficien…
-
## Bug description
The data CSV file breaks if we submit a field that contains multiline text (a text that contains new line characters).
1. The CSV generated by Datami widget does not seem to i…
-
## Description
Currently, `Algorithm` has the method `get_last_loss`. This is fine for algorithms which have a single relevant component to their loss, but leads to unexpected behaviour when used wit…
-
I think I've found a bug where if you try to change both zones 00 and 01 at the same time (for example with a single line in the terminal, with two commands separated by | or in a script that changes …
-
## Bug Report
#### Current Behavior
Hello!
We have encountered the following problem - when using zscan with Redis Cluster and the ReadFrom parameter set to ANY, consecutive requests may be s…
-
If we use the [example on CheckpointSaver](https://scikit-optimize.github.io/stable/auto_examples/interruptible-optimization.html#sphx-glr-auto-examples-interruptible-optimization-py), with `verbose=T…
-
## The Problem
A list of values from `do for` gives different results that using `map` for the same calculations. the code in question:
```
my @inputs= [1,2,2,6];
#MAP
say @inputs.map({
s…