OpenSourceEconomics / skillmodels

MIT License
11 stars 5 forks source link

Turn off Pandas PerformanceWarnings #31

Closed hmgaudecker closed 4 years ago

hmgaudecker commented 5 years ago

Output from fit() is filling up the first few dozen lines with

interactiveshell.py:3326: PerformanceWarning: indexing past lexsort depth may impact performance.

Of course one may shut it off from the user code, but it might be confusing new users, it is no problem and it will never change. So it should be skillmodels' responsibility.

hmgaudecker commented 4 years ago

Seems like this is a more general problem...

https://github.com/OpenSourceEconomics/estimagic/issues/81

Close here?

janosg commented 4 years ago

Yes, this will be solved by estimagic.