TDL77
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 , таких вариантов кросс-проверки , как...
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...

Question
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'
 
## 🐛 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): -...