Jorge Carrasco
Jorge Carrasco
I am pointing packer to this patch and it works wonderfully, thanks. The last commit in `main` is from _Apr 25, 2021_, so maybe this won't get merged anytime soon.
> The only thing I found useful for external pipe so far is to get urls from the text, but I believe this may be better being built-in since grepping...
> That should be possible, but I rather it not the default for poluting the clipboard. Oh, I was not thinking of just having that as default. My use case...
Same issue with Ubuntu `18.04.4` and Node version `8.10.0`. Upgrading to node 12x solved the problem as said before. Maybe, should it be mentioned in the [book setup](https://rustwasm.github.io/docs/book/game-of-life/setup.html)?
But doesn't it work out of the box for multi-label classification? One of the examples in this repository is the MNIST dataset that is a multi-label classification problem itself. The...
I implemented some tests in the same fashion as the ones for jay. For them to run on CI, openpyxl has to be installed during the appveyor build ([here](https://github.com/h2oai/datatable/blob/main/ci/appveyor.yml#L102) and...
> @carrascomj do you have any ideas if the issue mentioned [here](https://github.com/h2oai/datatable/issues/2823#issuecomment-755781337) has ever been fixed? Have you had a chance to test `openpyxl` on some larger files? Ups, I...
I tested the performance with master (4 columns, 200000 rows: `int, float, datetime, str`) and there is a 2x performance decrease, which is consistent with reported decreases in pandas. The...
I agree with the change but it requires implementing some try-except blocks (like in https://github.com/biosustain/cameo/blob/devel/cameo/flux_analysis/simulation.py#L486) because some modules import escher by default. I believe that https://github.com/biosustain/cameo/blob/devel/cameo/visualization/visualization.py and https://github.com/biosustain/cameo/blob/devel/cameo/strain_design/deterministic/flux_variability_based.py#L822 (the latter...
@jthom17 I was going to have another developer working on this to polish the github-user interaction but that could not happen in the end. I see some people forking this...