Analysis of DSL&CONF configuration parameters of Federated learning fat and job

1. Job concept When using fat to start a training model task (Job), two parameter files must be: dsl and conf(Task Submit Runtime Conf); Task startup flowchart: 2. About DSL language DSL & task submit runtime conf setting V2 In order to make the construction of task model more flexible, fat uses a set of self-defined domain specific lan ...

Posted by Lumio on Sat, 20 Nov 2021 14:06:23 -0800

Practical combat of user portrait project based on spark

  Refer to the video tutorial:     **Big data dmp user Portrait System   ** Transferred from Qianfeng Teacher Wang Su 1. Introduction to user portrait project 1.1 what is user portrait The so-called user portrait is to label the user and explain what kind of person the user is. Specifically, after putting some labels on us ...

Posted by apsomum on Wed, 27 Oct 2021 04:51:05 -0700

How does MongoDB perform performance testing? Take a look at this summary

01 MongoDB test procedure description This paper mainly tests the efficiency of mongodb inserting data. Using the mongodb secondary development interface provided by a teacher. The data structure is: Struct keyvalmeta{ Char name[64]; Int valType; DateTime nStartTime; DateTime nEndTime; Int nUserDefMetaSize; Char* pUserDefMetaDat; } ...

Posted by centenial on Tue, 19 Oct 2021 23:24:09 -0700

Talk about how Jmeter executes Python scripts concurrently

1. Preface Hello, I'm test Jun! Recently, a small partner left a message to me in the background, saying that he wrote an Api interface for uploading large files with Django. Now he wants to test the stability of interface concurrency locally and ask me if I have a good scheme This article takes file upload as an example to talk about the ...

Posted by Cheers on Thu, 09 Sep 2021 20:13:04 -0700