Update 20220530 Using a Machine Learning Model to Make Predictions.md

This commit is contained in:
六开箱 2022-05-30 15:11:37 +08:00 committed by GitHub
parent 646d7a4ec5
commit ac236dbd5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,8 @@ Once that is done we have trained our model, and its now ready to make predic
![Figure 2: Making predictions][3]
**Using ML model in Java**
### Using ML model in Java
What we need to do now is to convert the ML model into a model that can be used by a Java program. There is a library called sklearn2pmml that helps us do this:
```