Created
September 29, 2021 09:05
-
-
Save randhindi/ee1ecbb9e4ee6ed94a987135d9e6d4eb to your computer and use it in GitHub Desktop.
Logreg Simulate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| x = np.random.uniform(-1, 1, 5) | |
| print(f"Simulation result: {h.simulate(x)}") | |
| print(f"Plain NumPy result: {func(x)}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment