Loading ...

PXSmartPanel In Acumatica

Hello everybody, today I want to write few words how to work with PXSmartPanel. One of my clients asked following: 1. Press at button. 2. Pop up should appear with two buttons ( "OK" , "Cancel") 3. At pop up should be also selector of contracts and datetime. 4. Existing screen should be modi...

What Is CompanyID In Acumatica

Hello everybody, today I want to notice few words about companyid field. What is it's purpose. Initially Acumatica provides two !!!! companyid. 1 and 2. Why two? The first is for some Acumatica internal usage, and then your company will get id 2. Even if you believe that your company deserve to b...

Debugging Learning Algorithm

Few notes of how to debug machine learning algorithm: Get more training examples Try smaller sets of features Try getting additional features Try adding polinomial features Try increasing lambda Try decreasing lambda What those trys can achieve: fixes high variance fixes high variance fixes hi...