Jimmy Wan

Results 15 comments of Jimmy Wan

> In the meanwhile there is any alternative, like any ensemble of single output models like: https://scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html

I was successfully using s4cmd for a while to do this on relatively large directories, but started running into sporadic failures where it wouldn't quite get everything copied. Might be...

> @jimmywan , I noticed that @tiangolo has done some recent work in the typer repo, but I haven't heard from any typer-cli maintainers regarding this pull request. I also...

I ran into the same problem with the latest version of pandas which now includes: ``` python_requires=">=3.6.1", ``` My pyproject.toml had been setup with: ``` [tool.poetry.dependencies] python = "^3.6" ```