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

[ML-185]Select label and features columns and cache data #196

Merged
merged 2 commits into from
Apr 1, 2022

Conversation

minmingzhu
Copy link
Collaborator

@minmingzhu minmingzhu commented Mar 24, 2022

Signed-off-by: minmingzhu minming.zhu@intel.com

What changes were proposed in this pull request?

closes #185

Does this PR also require the following changes?

  • CI
  • Documentation
  • Example

No.

Signed-off-by: minmingzhu <minming.zhu@intel.com>
@minmingzhu minmingzhu changed the title Select label and features columns and cache data [ML-185]Select label and features columns and cache data Mar 24, 2022
@github-actions
Copy link

#185

naiveBayesData.count()

val executorNum = Utils.sparkExecutorNum(sc)
val executorCores = Utils.sparkExecutorCores()

logInfo(s"NaiveBayesDAL fit using $executor_num Executors")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
logInfo(s"NaiveBayesDAL fit using $executor_num Executors")
logInfo(s"NaiveBayesDAL fit using $executorNum Executors")

@xwu99 xwu99 merged commit 401891e into oap-project:master Apr 1, 2022
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.

[Naive Bayes]Big dataset will out of memory errors.
2 participants