python : y_iris[: :10]?????
It means go from the beginning to the end and skip 10 each time For example if the list or array contains the numbers 1-100 this will slice it and give you 1 11 21 31 .... 91
Обсуждают сегодня