numpy-snippets
numpy-snippets copied to clipboard
Results
1
numpy-snippets issues
Sort by
recently updated
recently updated
newest added
https://github.com/ahojnnes/numpy-snippets/blob/7852d2d8ac6ee28449e59964933378bbb339a876/ransac.py#L66 Should be `sample = data[np.random.randint(0, data.shape[0], min_samples)]`