-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
snifftestThis doesn't seem rightThis doesn't seem right
Description
In fitted_predictor_tuple, performance seems to depend independently on all three of these parameters/seeds. We should understand which are actually important.
predictor = VJF(latent_d=2, rng=np.random.default_rng(12))
bit_generator = np.random.PCG64()
bit_generator.state = {'bit_generator': 'PCG64', 'state': {'state': 281364121276374771136523600236232687944, 'inc': 141594020766391051164819261345714058667}, 'has_uint32': 0, 'uinteger': 0}
rng = np.random.Generator(bit_generator)
n_rotations = 500Metadata
Metadata
Assignees
Labels
snifftestThis doesn't seem rightThis doesn't seem right