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

IGNITE-6872 Linear regression should implement Model API #3168

Closed
wants to merge 17 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Dec 7, 2017

Model and Trainer API implemented for OLS regression

Oleg Ignatenko added 17 commits November 20, 2017 14:53
- regression examples moved to more appropriate package
-- verified with diffs overview, clean build and execution of unit tests
- added missing package-info
-- verified with diffs overview
- implementation, tests and examples
- accommodated changes done to OLS per IGNITE-5846
- fixed some issues with coding style and javadoc
-- verified with diffs overview, clean build, execution of unit tests and examples
- decision trees example moved to more appropriate package
-- verified with diffs overview
- corrections per review
-- verified with diffs overview
- corrections per review
-- verified with diffs overview
- corrections per review
-- verified with diffs overview
- corrections per review
-- verified with diffs overview
- corrections per review
-- verified with diffs overview
- corrections per review
-- verified with diffs overview, clean build, execution of unit tests and examples
- OLS regression Trainer wip - preliminary cleanup of QR decomposition
-- verified with diffs overview, clean build, execution of unit tests and examples
- OLS regression Trainer wip - adapter from QR decomposition to trainer
-- verified with diffs overview, clean build and execution of unit tests
- OLS regression Trainer implemented
-- verified with diffs overview, clean build, execution of unit tests and examples
# Conflicts:
#	modules/ml/src/test/java/org/apache/ignite/ml/LocalModelsTest.java
#	modules/ml/src/test/java/org/apache/ignite/ml/regressions/DistributedBlockOLSMultipleLinearRegressionTest.java
#	modules/ml/src/test/java/org/apache/ignite/ml/regressions/DistributedOLSMultipleLinearRegressionTest.java
- merge from master
-- verified with diffs overview, clean build and execution of unit tests
- corrections per review
-- verified with diffs overview
- corrections per review discussion
-- verified with diffs overview
@asfgit asfgit closed this in c5c512e Dec 7, 2017
@ghost ghost deleted the ignite-6872-4 branch December 7, 2017 15:19
zstan pushed a commit to gridgain/apache-ignite that referenced this pull request Dec 20, 2017
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

0 participants