robot-lab/tinkoff-mlalgorithms

Separating interfaces

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
We have mixed interfaces and implementation in our parsers and models.

Describe the solution you'd like
You should separate interfaces from implementation. So, we should create additional classes in model and parser packages.