Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update blacklistEvents to blacklistIndicators #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant