Carles Sala
Carles Sala
The `DTTransformer` has been replaced by the new `DatetimeTransformer` implemented in #101 so this issue is not precise anymore. However, the new DatetimeTransformer is still unaware of timezones, so I'm...
Title and description have been changed. This are the old ones: > ## Make DTTransform use UTC > Currently, `DTTransformer` uses the [time.localtime](https://docs.python.org/3/library/time.html#time.localtime) and [time.mktime](https://docs.python.org/3/library/time.html#time.mktime) to transform datetime values to...
I think the proposal is right, but I have doubts about the `0.95 + 0.025` part, as well as the normalization performed before that. At most, these could be set...
Hello @jim-schwoebel The problem is that the dataset that you provided is missing the `problem` folder within it. We also realized that the README pointed at 2 example datasets that...
Thanks for the detailed repor @jim-schwoebel ! I figured out what the problem is. Would you mind trying to install from the repo itself instead of using the pypi `autobazaar`...
Great! I'm glad it helped! I leave this open until we make the new release and this is fixed on the PyPI version.
Hi @jim-schwoebel The problem is that the `predict` method of the dumped AutoBazaar Pipeline does not expect the raw data as input, but rather a D3MDS object. This is because...
Definitely in favor of adding support for `.pyproject.toml`, but @hukkin has a point [in this comment](https://github.com/executablebooks/mdformat/issues/356#issuecomment-1246596603) about `mdformat` not being strictly focused on Python projects. What about adding a `--config-file`...
I created [this plugin](https://pypi.org/project/mdformat_pyproject/) which covers the request of this issue.
Thanks @hukkin ! I'll try to make a PR adding the plugin sometime soon. BTW: I just realized I forgot to link the plugin in the initial message. I just...