TDL77

Results 8 issues of TDL77

-- for keras from classification_models.keras import Classifiers --передаю как np.array ...images ResNet18, preprocess_input = Classifiers.get('resnet18') X = preprocess_input(images) --prepare your data --Split the loaded dataset into train, test sets X_train,...

### 🚀 Feature Request ExpandingWindowSplitter, SingleWindowSplitter, SlidingWindowSplitter ссылка на ноутбук с примерами: https://notebooks.githubusercontent.com/view/ipynb?browser=unknown_browser&color_mode=auto&commit=2819b03b5ccd9a91105c78610ab9e301c2ca426c&device=unknown_device&enc_url=68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f736b74696d652f736b74696d652f323831396230336235636364396139313130356337383631306162396533303163326361343236632f6578616d706c65732f77696e646f775f73706c6974746572732e6970796e62&logged_in=false&nwo=sktime%2Fsktime&path=examples%2Fwindow_splitters.ipynb&platform=unknown_platform&repository_id=156401841&repository_type=Repository&version=0 ### Proposal Уважаемые разработчики , рассмотрите пожалуйста возможность добавления в ETNA , таких вариантов кросс-проверки , как...

enhancement

I'm trying to reproduce this piece of code, the rest of the laptops worked fine .. and here is the error .. help me figure it out #----------------------------- from merlion.utils...

![image](https://github.com/evidentlyai/evidently/assets/69913933/825d0e52-e638-4ff3-ae1e-9ad0996d9cde)

Please tell me, did I get it right here? ..for some reason, the results even got worse. import torch.nn as nn import torch.optim as optim class MultipleRegression(nn.Module): def __init__(self, num_features):...

ModuleNotFoundError: No module named 'src.utils'

![image](https://github.com/sb-ai-lab/Py-Boost/assets/69913933/1659b6d5-6378-453a-9dc0-627243e2a7cf) ![image](https://github.com/sb-ai-lab/Py-Boost/assets/69913933/00f72cd6-99b4-4536-9dee-a92350cc9306)

## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: 1.from sklift.datasets import fetch_x5 1.dataset = fetch_x5() 1. ## Expected behavior ## Environment - scikit-uplift version (e.g., 0.1.2): -...