We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de2c023 + d615144 commit 865dd31Copy full SHA for 865dd31
src/assets/synthetic-data.tsx
@@ -278,7 +278,10 @@ def run():
278
},
279
{
280
'reportType': 'text',
281
- 'textKey': 'syntheticData.cartModelDescription' if sdgMethod == 'cart' else 'syntheticData.gaussianCopulaModelDescription'
+ 'textKey': 'syntheticData.cartModelDescription' if sdgMethod == 'cart' else 'syntheticData.gaussianCopulaModelDescription',
282
+ 'params': {
283
+ 'samples': samples,
284
+ }
285
286
287
'reportType': 'heading',
0 commit comments