Skip to content

Categorial to numeric #98

Merged
merged 5 commits into from
Mar 28, 2022
Merged

Categorial to numeric #98

merged 5 commits into from
Mar 28, 2022

Conversation

monkey0head
Copy link
Contributor

  • FirstLevelFeaturesProcessor renamed to ToNumericFeatureTransformer
  • SecondLevelFeaturesProcessor renamed to HistoryBasedFeaturesProcessor
  • HistoryBasedFeaturesProcessor split on two different feature processors, LogStatFeaturesProcessor and ConditionalPopularityProcessor.
  • added creating additional binary columns showing where nulls were replaced after joining generated features in LogStatFeaturesProcessor and ConditionalPopularityProcessor
  • processing is divided into staged (protected static methods) in LogStatFeaturesProcessor
  • HistoryBasedFeaturesProcessor, LogStatFeaturesProcessor and ConditionalPopularityProcessor are moved from scenario module to upper-level
  • two timestamp-related features added to LogStatFeaturesProcessor (history length in days and day difference between last log date and last interaction with the user/item.

@AleXXL1986 AleXXL1986 merged commit 8cf31b7 into main Mar 28, 2022
@monkey0head
Copy link
Contributor Author

closes #94
closes #93

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants