lindong28 opened a new pull request #38:
URL: https://github.com/apache/flink-ml/pull/38


   ## What is the purpose of the change
   
   Currently we have `flink-ml-api` and `flink-ml-lib` modules. `flink-ml-api` 
contains classes needed by  algorithm developers to developer algorithms, such 
as `BLAS` and `Vector`. `flink-ml-lib` contains algorithm classes that can be 
directly used by algorithm users, such as `KMeans`.
   
   Conceptually speaking, classes such as `BLAS` and `Vector` are not APIs. 
Thus the name `flink-ml-api` may be a bit misleading.
   
   This PR renames the `flink-ml-api` module to the `flink-ml-core` module to 
make the module name more intuitive.
   
   ## Brief change log
   
   This PR makes the following changes:
   - Renames the `flink-ml-api` module to the `flink-ml-core` module .
   - Changes the package of `Stage` and related classes from 
`org.apache.flink.ml.api.core` to `org.apache.flink.ml.api`.
   
   ## Verifying this change
   
   The change passes compilation and unit tests.
   
   ## Does this pull request potentially affect one of the following parts:
   
   - Dependencies (does it add or upgrade a dependency): (no)
   - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (yes)
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (no)
   - If yes, how is the feature documented? (N/A)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to