Nodar Okroshiashvili
Nodar Okroshiashvili
Hi @solegalli So, as I mentioned in #592 we can use Pyinstrument to profile tests as well. I've created small function to profile tests. Here it is: ``` from pathlib...
You're welcome @solegalli So, I'll push this issue forward and will investigate slow tests and will update you asap
I guess, yes @joerick For example, if a class defines `__call__` method. There will be something... not sure what but... You can start adding these two and if I will...
@mbongaerts Thanks a lot for your suggestions. I think it won't be good idea to impute any values because these numbers are "strictly discrete" meaning that each number has its...
Thanks @yzhao062 for your input. will try that definitely
@solegalli Whenever you'll find time please have a look
Hi @solegalli Thanks for your input. I have crazy week 😕 I hope I will return to this issue by the end of the week. Btw, I'm testing new library...
@solegalli Here is a Python library [for memory profiling](https://github.com/bloomberg/memray). Please, have a look and if it looks good then I will work to have it for feature engine
@solegalli Sorry for that confusion. Let me add appropriate documentation about profiling (time as well as memory) and then decide what to do
Hi @solegalli Sorry for the latency 😔 I've updated docs. Please, check and if all good then we can go and merge.