Skip to content

Conversation

zebraf1
Copy link

@zebraf1 zebraf1 commented Mar 24, 2020

Changed blacklistEvents to blacklistIndicators (since harness 0.5.0).

See code:
case class URAlgorithmParams(
indexName: Option[String], // can optionally be used to specify the elasticsearch index name
typeName: Option[String], // can optionally be used to specify the elasticsearch type name
recsModel: Option[String] = None, // "all", "collabFiltering", "backfill"
// indicatorParams: Option[Seq[String]], // names used to ID all user indicatorRDDs
blacklistIndicators: Option[Seq[String]] = None, // None means use the primary event, empty array means no filter

@zebraf1 zebraf1 changed the title Update ur_config.md Update blacklistEvents to blacklistIndicators Mar 25, 2020
@zebraf1
Copy link
Author

zebraf1 commented Mar 25, 2020

Squashed my commits and reverted initial change (accidentally updated legacy documentation too)

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

Successfully merging this pull request may close these issues.

1 participant