I work in the sales department of electronics component manufacturing company and we do data science projects using traditional algorithm like Random forests (success likelihood of design project), Time series (demamd forecasting), clustering (for customer segmentation) etc. I am the only data scientist in the sales department.
My department sets individual KPIs such as below
a) Customer segmentation - No of customers we recovered and revenue gaimed from those customers based on the insights that AI project provided (ex - one of the segment is lost customer segment). Our sales follow up with lost customers to bring them back.Every year they want the AI project outcomes to exceed the previous year achievement (like Humans)
b) Demand Forecasting - Our project predicts the revenue of each part (which when added together results in total sales revenue for the company). Our sales takes the results and check with customers.
c) Project success prediction - How many projects actually succeed, when AI model says that there is a high likelihood to succeed (ex: 90%). We don't use yes or no binary classification instead we use probability measure.Our sales takes the results and check with customers.
So, now the concern is my department assesses the project only based on sales tangible outcomes like revenue, customers gained etc. They don't care about the effort I invest to build multiple models, code quality, documentation, insights that assists sales (with decision making), efficieny improvement, model performance, explainability etc. Meaning, they don't treat me as a IT guy instead they treat me and AI model as digital sales (instead of traditional sales). While I understand that every AI investment requires some sort of tangible returns and am okay with that but treating it as successful and eligible to called as "met expectations" only when it achieves tangible gains seems a bit incorrect to me.
Experts here, do you have any advice on how do you deal with such scenarios and decide on KPI for data science projects? Or is this the global trend for data science projects? What would be the appropriate KPIs for my project to propose from data scientist perspective.