Python Synthetic Dataset Generator: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - ". ----" to ". ----") |
m (Text replacement - "__NOTOC__ " to "__NOTOC__ ") |
||
Line 8: | Line 8: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Concept]] | [[Category:Concept]] |
Latest revision as of 04:59, 6 January 2023
A Python Synthetic Dataset Generator is a synthetic dataset generator that is a Python program.
- Example(s):
arr=2.5 * np.random.randn(1, 20) + 3
- See: DatGen Synthetic Dataset.