WARN_APINODE_JAVA_SCORING_NOT_AVAILABLE Java scoring not available

Solved!
vaishnavi
Level 3
WARN_APINODE_JAVA_SCORING_NOT_AVAILABLE Java scoring not available

I have created an API endpoint from a prediction model which has the preprocessing script to "Simplify text" a column and apply "Term hashing + SVD" on that cleansed column and use it as an input for prediciton. when I click on "Publish on deployer" am getting this error

WARN_APINODE_JAVA_SCORING_NOT_AVAILABLE.

 

PFA screenshot for your reference.

 
0 Kudos
1 Solution
AlexT
Dataiker

Hi @vaishnavi ,

The warning means you can't deploy this particular model with Java Scoring but instead it will use Python scoring.  You should still be able to deploy your model regardless of this warning. 

For a compatibility matrix with the various scoring engines and algorithm you look at:

https://doc.dataiku.com/dss/latest/machine-learning/scoring-engines.html#algorithms

View solution in original post

0 Kudos
1 Reply
AlexT
Dataiker

Hi @vaishnavi ,

The warning means you can't deploy this particular model with Java Scoring but instead it will use Python scoring.  You should still be able to deploy your model regardless of this warning. 

For a compatibility matrix with the various scoring engines and algorithm you look at:

https://doc.dataiku.com/dss/latest/machine-learning/scoring-engines.html#algorithms

0 Kudos