incorrect prediction Python ML
问题 I want to get correct prediction result. Prediction is based on 5 values. When I had a 5 inputs with one values in every input, prediction was correct, but after changing structure to 1 input with 5 value in it, prediction became incorrect. I think it is due to select2 library. Maybe the other 4 values is not recognized, that`s why prediction is incorrect, but I don't fully understand. Code: app.py: import os import csv import prediction from flask import Flask, jsonify, make_response, render