Category: uncategorized
SSC (Scudata SPL Cloud) Global Variable and Lock
Global variable In SSC environment, sometimes information needs to be shared between computing tasks (QVM scripts) on multiple QVMs. In this case, SSC global variable (simply written as global variable in the following part) is useful. Managed by QVS, the global variable is available to every script run on each QVM applied through QVS. Qenv function is used to assign value to the global variable: Qenv(“gv1”,1) #gv1 is the variable name Qenv(“gv1”) The function is also used to obtain the global variable: Qenv(“gv1”) Unlike an ordinary SPL global variable, related data will be transmitted between QVS and QVM once the
Automatic labeling of customer groups
Customer information labeling, also known as customer profiling, refers to the process of collecting data from various dimensions such as customers’ social attributes, consumption habits, and preference characteristics, and then characterizing customer or product characteristic attributes. These characteristics are analyzed and statistically analyzed to explore potential value information, thus abstracting the full picture of customer information. From the way customers are labeled, there are generally three types: ① Statistical labels; ② Rule-based labels; ③ Machine learning mining labels (predictive labels). ① Statistical labels This type of label is the most basic and common type of label. For example, for a







