I’ve trained a model via Orange datamining. It’s a simple thing, it just predict if an applicant could get a loan based on some info about him. I’d like to put it on 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 somethings 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.