I’ve trained a model via Orange data mining. It’s a simple thing, it just predicts if an applicant could get a loan based on some info about him. I’d like to put it in Python, but I don’t understand how to pass the data. Moreover, I think I’m getting wrong the normalization of the data, like a string (so a categorical value on Orange) maybe should turn into numeric, and things like that.
I’ve tried to pass data through a vector filled through a form; directly from the Excel file; by putting data myself just to see if something changed. Nothing seems to work fine. Surfing the net I’ve found something about a .tab file (Deploying Orange 3 models), but I don’t understand how to convert to that extension specifically.