-
### Description
Consider the following code:
```ballerina
import ballerina/lang.array;
import ballerina/io;
type Foo record {|
string s;
int i;
|};
public function main() return…
-
I am attempting to use `StackingCVClassifier` where the base models are sklearn pipelines. The pipelines use `sklearn.compose.ColumnTransformer` and `mlxtend.feature_selection.ColumnSelector`. As such…
-
When running `python Setups/Attacks.py --dataset=cifar10 --attack=boby --eps=0.1 --test_size=1 --Adversary_trained=False`
then in Setups/Attacks.py line 338 the variables `lab_` and `tar_` have not b…
-
Hi Meazer, here is my feedback on your homework for week 2.
You've done a great job here. Your code works correctly, is nicely formatted and your choice of variable names is excellent.
A couple …
-
This has been discussed on Slack. The key points are:
1. The terminology in the table of content is mixed (Union Types vs Function Tests), focused on the grammar not the organisation.
2. The test se…
-
This is a proposal for a new challenge. Please give me ideas and feedback.
## Title
FUNCTION RETURN VALUES
## Goal
Learn how to handle function return values.
## Problem
The result of …
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
in #3920 and #3917 support was added to to create buffers from standard Rust vectors. The c…
-
I am new to this package and it may be possible that I am misusing it, but
```julia
using ComponentArrays, StaticArrays
a = [zeros(3) for _ in 1:5]
ComponentVector((; a)) # works fine
…
tpapp updated
7 months ago
-
After working on plugging the API to the UI, here are a few helpful endpoints you could add and questions I have.
- [x] An endpoint which returns the currencies currently supported by the API. This…
-
### Description
Polars allows concatentation of `List` typed columns with `pl.concat_list`. It would be useful to also allow concatenation of `Array` typed columns.
Eg:
```python
df = pl.DataFra…