robot-lab/tinkoff-mlalgorithms

Removing for-loops

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Need to refactor methods which using pandas and try to remove for-loops. Becasue, it's very slow to have such statement.

Describe the solution you'd like
We can use pandas in-box methods.