NEED a PYTHON AND ML EXPERT (WORK IS ALMOST DONE) NEED SOME HELP WITH THE LEGWORK
Budget: $10 – $30 USD
YOU MUST BE AN EXPERT IN ML and PYTHON especially with binary authentication
1) The code is built but there is a high error rate
2) You job is fix it by using scores from the decision function of SVM-RBF to calculate the average and compare it with the test class. Here is how you fix it. The problem is i can not match test_class after taking average of predictions.
For SVM,
you average the continuous scores of projecting the individual test observations on the vector
orthogonal to the decision hyperplane. The final classification is then the thresholded average
score, depending on where to allocate the FRR against FAR trade-off.
1) The code is built but there is a high error rate
2) You job is fix it by using scores from the decision function of SVM-RBF to calculate the average and compare it with the test class. Here is how you fix it. The problem is i can not match test_class after taking average of predictions.
For SVM,
you average the continuous scores of projecting the individual test observations on the vector
orthogonal to the decision hyperplane. The final classification is then the thresholded average
score, depending on where to allocate the FRR against FAR trade-off.