Commits


Nikita Titov authored and GitHub committed d064019f221
[python] avoid data copy where possible (#2383) * avoid copy where possible * use precise type for importance type * removed pointless code * simplify sparse pandas Series conversion * more memory savings * always force type conversion for 1-D arrays * one more copy=False