Skip to content

Instantly share code, notes, and snippets.

@ilanfri
ilanfri / Logistic_Regression_Simulation_Lab.ipynb
Created September 16, 2024 13:19
Logistic Regression Simulation Lab
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/usr/bin/env python
# coding: utf-8
# In[1]:
import scipy as sp
import numpy as np