Here i have a case like where for every small change in my data is treating it as anomaly in production server. so i want to feed the last one year data to my ML job in Dev server and the machine learns the data and categorise the anomalies. Now i want to transfer this to prod server, so that i can get the accurate results in detecting anomalies, otherwise it treats as anomaly for every minute changes happen.
Any suggestions helpful !!!