Exception encountered while running sample input
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
algo auth
# Enter API Key: YOUR_API_KEY
algo run Lokyata/RFTest2/0.1.0 -d '{
"orangeMoneySeniority": 18,
"mobileAccountSeniority": 16,
"totalNumOfRecharges": 5,
"totalValOfRecharges": 4,
"voiceOverTotalRecharges": 1,
"eRechargeOverTotalRecharges": 13,
"totalValOfCashins": 18,
"totalRechargesOverTotalCashins": 1,
"totalCashFlow": 19,
"totalCashFlowOverTotalCashins": 10,
"totalNumOfCashTransactions": 20,
"tRchrgNumOverTcashTransNum": 1,
"gender": 2,
"maritalStatus": 1,
"location": 2,
"m3_numberOfCashins": 0,
"averageBalance": 0.0,
"m3_totalCashins": 0.0,
"numberofSuccessfulLoans": 0,
"age":16.2,
"daysAccountOpen":0
}'