Page History
...
- Start the WSO2 ML server. For instructions on starting, see Running the Product.
Access the ML UI from your Web browser using the following URL: https://<ML_HOST>:<ML_PORT>/ml
Info You can find the URL of the WSO2 ML UI in the server startup logs in the CLI as follows: I
NFO{org.wso2.carbon.ml.core.internal.MLCoreDS} - WSO2 Machine Learner UI : https://127.0.0.1:9446/ml
- Log in to the ML UI as a user who is registered in WSO2 ML. For registering users, see User Management.
Click PROJECTS in the top menu as shown below.
Click COMPARE MODELS on the project which includes the analysis of which you need to compare the models.
It redirects you to a page where all the models of that project are listed under each algorithm category. Models are sorted according to thir their accuracy (for classification models), or Mean Squared Error (for numerical prediction models).Note This release of WSO2 ML does not support model comparison for clustering models.
e.g., Model summary for numerical prediction models:
e.g., Model summary for classification models:Info Click the corresponding VIEW button of a model in the list to view the model summary of it.
...