Skip to content

Commit

Permalink
Merge branch 'feature/discretizer' into 'main'
Browse files Browse the repository at this point in the history
feature/disretizer

See merge request ai-lab-pmo/mltools/recsys/RePlay!236
  • Loading branch information
monkey0head committed Nov 13, 2024
2 parents 4e95eea + 85f3959 commit 5bb07f9
Show file tree
Hide file tree
Showing 4 changed files with 1,094 additions and 0 deletions.
6 changes: 6 additions & 0 deletions replay/preprocessing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"""

from .converter import CSRConverter
from .discretizer import (
Discretizer,
GreedyDiscretizingRule,
HandleInvalidStrategies,
QuantileDiscretizingRule,
)
from .history_based_fp import (
ConditionalPopularityProcessor,
EmptyFeatureProcessor,
Expand Down
Loading

0 comments on commit 5bb07f9

Please sign in to comment.