Muhammad Yasirroni

Results 82 issues of Muhammad Yasirroni

Instead of only accepting `.py` files, please also accept `.ipynb` files with IPython parser/compiler to support IPython `%magics` and `!system`.

duplicate
enhancement

`autoflake8` did not fix `E303 too many blank lines`

enhancement

I don't know how to increase verbosity as said by the README. I've tested: ``` --remove-unused-variables -vvv tests/test_fib.py --remove-unused-variables -v -v -v tests/test_fib.py --remove-unused-variables -v tests/test_fib.py ``` All of them...

enhancement

I'm using this commands for my workflow: ``` jupytext --set-formats ipynb,py:percent notebooks/*.ipynb # only the first time jupytext --sync notebooks/* # after i'm working ``` It works well. Sadly, there...

## 🚀 Feature Request Support windows natively. ## 🔈 Motivation Windows by default does not support make.exe. ## 🛰 Alternatives https://github.com/TezRomacH/python-package-template/issues/41

enhancement

I've investigated `pyclustering` to do time series clustering using custom metric, that is `dtw`. See below for the custom `metric` and the code. The result is that `pyclustering` stuck at...

Using both `display=False` and `display=True` results in same thing. ![image](https://user-images.githubusercontent.com/48709672/147802639-ac4c9954-0d9d-4089-9655-dc7cee40dcca.png) It's just ugly that `kmeans_visualizer.show_clusters` display image two times. I would prefer user to be able to use ``` visualizer.append_clusters(clusters,...

**Is your feature request related to a problem? Please describe.** I want to do some research by trying various custom metric on time series clustering. I already digging the docs...

new feature

**Is your feature request related to a problem? Please describe.** Nope **Describe the solution you'd like** Since we use `flake8` in pre-commit to warn user about style and use `isort`...