Arg Max
Argmax is a data wrangling operation to find the index of the maximum value in a list of values.
- Nada program
- Test 1
- Test 2
- Test 3
- Test 4
src/arg_max.py
loading...
tests/arg_max_test_1.yaml
loading...
tests/arg_max_test_2.yaml
loading...
tests/arg_max_test_3.yaml
loading...
tests/arg_max_test_4.yaml
loading...
Run and test the arg_max program
1. Open "Nada by Example"
2. Run the program with inputs
from the test file
nada run arg_max_test_1
3. Test the program with inputs
from the test file against the expected_outputs
from the test file
nada test arg_max_test_1