Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Impara Build linear function by two points | Basic linear models
Basic linear models

book
Build linear function by two points

Compito

Swipe to start coding

Build linear function by two points

Soluzione

x = np.linspace(0, 10, 100)
plt.plot(x, 3/2*x+1/2)

Mark tasks as Completed
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 1. Capitolo 2
AVAILABLE TO ULTIMATE ONLY
some-alt