Unanswered
What Is The Point Of User Properties In Comparisson To Hyperparameters In The Configuration Of A Task? While The Syntax Of Using Them Is Different, I Do Not See What User Properties Can Do That Hyperparameters / "Task Parameters" Are Not Able To Do.
I mean those, that you see in the screen shot. The difference in code is - at least for me - to write
- parameters_data = {'custom1': 'no', 'custom2': False}; parameters_data = task.connect(parameters_data , name='data')
- task.set_user_properties(custom1='no', custom2=False)
166 Views
0
Answers
one year ago
one year ago