Loading ...

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...

Redirection Types In Acumatica

Hello everybody, today I want to notice what kind of redirections are available in Acumatica: PXRedirectRequiredException opens the specified application page in the same window or a new one. By default, the user is redirected in the same window. PXPopupRedirectException opens the specified appl...

Order Of Views In Graph In Acumatica

Hello everybody, note of today is value of orders. In the word of C# if you work with your class, you as usually don't care what you declare in your code. But in Acumatica graph order of data viewes is important, because they define order of saving data to the database. If you think that surprise...

Enabling Reusable Grid Filters

Hello everybody, today I want to note reusable grid filters. Acumatica has interesting dialog window, wich is named Filter Settings in which user can define and save custom fitlers and then use them every time this user opens the page. They are recommended for usage at inquiry and processing page...