Package

com.microsoft.ml.spark

recommendation

Permalink

package recommendation

Visibility
  1. Public
  2. All

Type Members

  1. class AdvancedRankingMetrics extends Serializable

    Permalink
  2. trait Mode extends HasRecommenderCols

    Permalink
  3. class RankingAdapter extends Estimator[RankingAdapterModel] with ComplexParamsWritable with RankingParams with Mode with Wrappable

    Permalink
  4. class RankingAdapterModel extends Model[RankingAdapterModel] with ComplexParamsWritable with Wrappable with RankingParams with Mode

    Permalink

    Model from train validation split.

  5. class RankingEvaluator extends Evaluator with RecEvaluatorParams with HasRecommenderCols with ComplexParamsWritable

    Permalink
  6. trait RankingParams extends HasRecommenderCols with HasLabelCol with hasK

    Permalink
  7. class RankingTrainValidationSplit extends Estimator[RankingTrainValidationSplitModel] with RankingTrainValidationSplitParams with Wrappable with ComplexParamsWritable with RecommendationParams

    Permalink
    Annotations
    @InternalWrapper()
  8. class RankingTrainValidationSplitModel extends Model[RankingTrainValidationSplitModel] with Wrappable with ComplexParamsWritable

    Permalink
    Annotations
    @InternalWrapper()
  9. class RecommendationIndexer extends Estimator[RecommendationIndexerModel] with RecommendationIndexerBase with Wrappable

    Permalink
  10. trait RecommendationIndexerBase extends Params with ComplexParamsWritable

    Permalink
  11. class RecommendationIndexerModel extends Model[RecommendationIndexerModel] with RecommendationIndexerBase with Wrappable

    Permalink
  12. class SAR extends Estimator[SARModel] with SARParams with DefaultParamsWritable

    Permalink

    Smart Adaptive Recommendations (SAR) Algorithm

    Smart Adaptive Recommendations (SAR) Algorithm

    https://aka.ms/reco-sar

    SAR is a fast scalable adaptive algorithm for personalized recommendations based on user transactions history and items description. It produces easily explainable / interpretable recommendations

    SAR has been show to provide higher ranking measurements when compared to ALS. https://github.com/Microsoft/Recommenders

    Annotations
    @InternalWrapper()
  13. class SARModel extends Model[SARModel] with BaseRecommendationModel with Wrappable with SARParams with ComplexParamsWritable

    Permalink

    SAR Model

    SAR Model

    Annotations
    @InternalWrapper()
  14. trait SARParams extends Wrappable with RecommendationParams

    Permalink

Value Members

  1. object RankingAdapter extends ComplexParamsReadable[RankingAdapter] with Serializable

    Permalink
  2. object RankingAdapterModel extends ComplexParamsReadable[RankingAdapterModel] with Serializable

    Permalink
  3. object RankingEvaluator extends ComplexParamsReadable[RankingEvaluator] with Serializable

    Permalink
  4. object RankingTrainValidationSplit extends ComplexParamsReadable[RankingTrainValidationSplit] with Serializable

    Permalink
  5. object RankingTrainValidationSplitModel extends ComplexParamsReadable[RankingTrainValidationSplitModel] with Serializable

    Permalink
  6. object RecommendationIndexer extends ComplexParamsReadable[RecommendationIndexer] with Serializable

    Permalink
  7. object RecommendationIndexerModel extends ComplexParamsReadable[RecommendationIndexerModel] with Serializable

    Permalink
  8. object SAR extends DefaultParamsReadable[SAR] with Serializable

    Permalink
  9. object SARModel extends ComplexParamsReadable[SARModel] with Serializable

    Permalink

Ungrouped