Rustam Zhumagambetov

Results 4 issues of Rustam Zhumagambetov

### Description & Motivation Hi all, `trainer.fit(ckpt_path="last")` works perfectly now (in SLURM environment with autorequeue=True), especially if you set up end-of-epoch checkpoint callback. However, the trainer still saves middle-of-the-epoch checkpoints...

feature
needs triage

### Description Hi, Equation link in NRMSE documentation leads to pay to read article. Please change link to free to read source. Link location: [L883](https://github.com/thieu1995/permetrics/blob/master/permetrics/regression.py#L883 Kind regards, ### Additional Information...

enhancement

**Describe the bug** Cannot instantiate `ColumnwiseTransformer` with `PowerTransformer` Throws exception: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[6], line 1 ----> 1 ColumnwiseTransformer(PowerTransformer()) File [~/miniforge3/envs/env/lib/python3.10/site-packages/sktime/transformations/compose/_column.py:453](http://127.0.0.1:11111/home/user/miniforge3/envs/env/lib/python3.10/site-packages/sktime/transformations/compose/_column.py#line=452), in ColumnwiseTransformer.__init__(self, transformer,...

bug
module:transformations

Thank you for taking the time to work on a Pull Request. Your contribution is really appreciated! :tada: **Please don't delete any part of the template**, since keeping the provided...