sberbank-ai-lab / RePlay

RecSys Library
https://sberbank-ai-lab.github.io/RePlay/
Apache License 2.0
66 stars 6 forks source link

rewrite DataPreparator #118

Open monkey0head opened 2 years ago

monkey0head commented 2 years ago

🚀 Feature Request

Datapreparator should become a class used to:

Motivation

To make a preprocessing sequence: DataPreparator (get spark dataframe with valid data types) - Splitters/Filters (split/crop dataframe) - Indexer (create indexers for train at first)