Tag: automation

Analytics | Artificial Intelligence
Reggie Townsend 0
Striking the balance: Navigating the pitfalls of AI technocentrism

Embracing AI is wonderful. From a practical business perspective, though, there are limits. This issue is broader than AI. However, I’ll constrain the conversation to that for now, given the attention AI is getting these days. Yes, some processes are undoubtedly good candidates for automation, but avoiding “technocentrism” is critical to

Advanced Analytics | Analytics | Artificial Intelligence
Dwijendra Dwivedi 0
How optimization and AI can help automated decision making: Benefits, risks and limitations

As businesses continue to evolve and adapt to the changing landscape of the global economy, decision-making has become increasingly complex. To stay competitive and meet the growing demands of customers, businesses must adopt new technologies and strategies to streamline their operations and enhance the customer experience. This is where AI

Analytics
Andrew Pollard 0
The Deliveroo Effect on Insurance

Customer acquisition and retention primarily fall on sales and marketing teams. But every department within an insurance company has a role to play in these activities. Claims handling is a great example. Any insurer's performance at this emotionally charged time is their litmus test. It can determine whether customers renew

Data Management | Learn SAS | Programming Tips
Leonid Batkhan 0
Modifying variable attributes in all datasets of a SAS library

Using the DATASETS procedure, we can easily modify SAS variable attributes such as name, format, informat and label: proc datasets library=libref; modify table_name; format var_name date9.; informat var_name mmddyy10.; label var_name = 'New label'; rename var_name = var_new_name; quit; We cannot, however, modify fixed variable attributes such as variable type

Chris Hemedinger 0
Running Windows PowerShell Scripts

Windows PowerShell is one of my favorite tools to use for gathering information from my PC and network, and also for automating processes.  If you are familiar with UNIX shells (such as Korn shell or its variants), you will probably be very comfortable with Windows PowerShell.  Just like its UNIX