MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / fake

Function fake

neural_network/input_data.py:282–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280 if fake_data:
281
282 def fake():
283 return _DataSet(
284 [], [], fake_data=True, one_hot=one_hot, dtype=dtype, seed=seed
285 )
286
287 train = fake()
288 validation = fake()

Callers 1

read_data_setsFunction · 0.85

Calls 1

_DataSetClass · 0.85

Tested by

no test coverage detected