-
Notifications
You must be signed in to change notification settings - Fork 12
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-290] Add logger to improve messages output for C++ only #358
Merged
+608
−385
Merged
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
be55d63
update spark to 3.3.3
minmingzhu 6d2b055
Merge branch 'oap-project:master' into master
minmingzhu 833444e
Merge branch 'oap-project:master' into master
minmingzhu 23f0491
Merge branch 'oap-project:master' into master
minmingzhu f42d3be
Merge branch 'oap-project:master' into master
minmingzhu db6e64c
Merge branch 'oap-project:master' into master
minmingzhu d3acd92
First commit
argentea c9698ec
Logger tmp
argentea 9f7fb3f
ALS done
argentea c9df07e
Correlation tmp
argentea 65e9f9f
Add table output
argentea 7ccfe3e
Use looger function to print table
argentea 74bddfa
Correlation done
argentea 31093f5
Add println
argentea 2215810
Fix typo
argentea 4f01e29
HomogenTable done
argentea 0bbb103
Summarizer done
argentea 7044306
Kmeans done
argentea 5ea58c7
KMeans done
argentea 31bbe4e
error_handling done
argentea af67fba
DFR and NB
argentea 8583805
GPU done
argentea d03aa16
LR done
argentea 9c47f7e
PCA and DF classifier done
argentea 39cc551
table
argentea 6520b39
Format cpp
argentea dc7ed88
All done
argentea 07e697f
Format
argentea 051bcfb
Replace print()
argentea 69afa72
Move print(table to service
argentea e930a4b
Format
argentea 13ef325
Change pringf
argentea 6667a89
Remove spaces
argentea fc4b7ac
Make all error print in stderr
argentea 0d529fe
Add switch
argentea f858bef
Code style
argentea e9aad35
Recover
argentea e724487
Add environment control
argentea 6c9beac
Format
argentea abc5bee
Clean up
argentea 8e1d2ae
Fix other printf, fix new line bug
argentea 194f9c3
Format
argentea 7c17237
Update run-gpu.sh
xwu99 9b918d4
Add level
argentea c5856ff
Format
argentea 91378d4
Remove variable
argentea c5870dc
Fix typo
argentea 9eb48d4
Add flush
argentea d6ec6ed
Fix device call host function
argentea ae18298
Format
argentea b914c6d
OneDAL rename
argentea 4cd89c8
fix typo
argentea c4ff81b
Fix typo
argentea a06e116
update
minmingzhu 45a979e
update
minmingzhu 443b64c
Update ALSShuffle.cpp
xwu99 61153b9
Update ALSDALImpl.cpp
xwu99 a2e6baa
Update ALSDALImpl.cpp
xwu99 60fa92c
update
minmingzhu 675fec8
Merge branch 'add_logger' of https://github.com/minmingzhu/oap-mllib …
minmingzhu 309b4e6
update
minmingzhu a7109b9
update
minmingzhu ba2b141
update
minmingzhu 904dffe
update
minmingzhu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
printHomegenTable should moved to logger, need to follow-up with another PR.