-
```
In _get_rows, a slice occurs before any sorting takes place. I expected the
slice to occur after. I am requesting a feature that forces the sort to happen
before the slice.
```
Original issue r…
-
In many situations, you don't have a test set so you would like to use CV for _both_ evaluation and hyper-parameter tuning. Therefore, you need to do nested cross-validation:
``` python
for train, te…
-
```
In _get_rows, a slice occurs before any sorting takes place. I expected the
slice to occur after. I am requesting a feature that forces the sort to happen
before the slice.
```
Original issue r…
-
```
In _get_rows, a slice occurs before any sorting takes place. I expected the
slice to occur after. I am requesting a feature that forces the sort to happen
before the slice.
```
Original issue r…
-
```
In _get_rows, a slice occurs before any sorting takes place. I expected the
slice to occur after. I am requesting a feature that forces the sort to happen
before the slice.
```
Original issue r…
-
```
In _get_rows, a slice occurs before any sorting takes place. I expected the
slice to occur after. I am requesting a feature that forces the sort to happen
before the slice.
```
Original issue r…
-
```
In _get_rows, a slice occurs before any sorting takes place. I expected the
slice to occur after. I am requesting a feature that forces the sort to happen
before the slice.
```
Original issue r…
-
```
In _get_rows, a slice occurs before any sorting takes place. I expected the
slice to occur after. I am requesting a feature that forces the sort to happen
before the slice.
```
Original issue r…
-
# SESSION: Keynotes
## Keynote talk: the logic of information design
Luciano Floridi
Pages: 1-2
doi>10.1145/2642937.2643086
Full text: PDFPDF
At least since the sixties, there have been many attempt…
-
I'm currently implementing the search by using the name and the line number.
- This needs to be better defined what a criteria really is and,
- What are the technical aspects of it in order to apply a…