Leandro Ferrado

Results 13 comments of Leandro Ferrado

+1 for this request, it is pretty useful for quick inspections of categorical variables. Is there any roadmap for this?

Great! I've cloned this repository and executed the same example, and now everything works. I guess it is a problem related to the version registered in Julia registry, so feel...

I guess it should be enough with a single one made with [Documenter.jl](https://juliadocs.github.io/Documenter.jl/stable/). It works pretty well and it is easy to use. Check some examples to see if that...

Therefore, what do you suggest to solve this issue? These are the options I guess: 1. PandasReader & PandasWriter (I don't like this one) 2. "as_pandas" as method or argument...

OK so you prefer to add functions/methods for that, but not to require pandas to use pyorc. I can add this behavior without adding Panda as a requirement, and raise...

This paper explains how to apply dropout: https://www.hindawi.com/journals/mpe/2020/3604579/

This tutorial could also be accessed from a Colab notebook to make it easier to try.

In fact, this idea was also mentioned in #6, but I never did this task of creating `_jll` libraries. @timholy do you have some example of library or PR to...

Luckily, [Tesseract_jll](https://github.com/JuliaBinaryWrappers/Tesseract_jll.jl) already exists! The only thing is that now OCReract should be aware of the existence of the data for the language to use, something that so far is...