Zach Pinto

Results 3 issues of Zach Pinto

## Streamlit "The fastest way to build data apps in Python" This is basically Python's version of RStudio/Posit's Shiny for creating data web applications.

Added "Awesome AI Books" to Books Section

In the section 'Machine Learning' in the 'Foundations' course, there is a code block in the 'Inference' sub-section: `# Unstandardize predictions pred_infer = model(X_infer).detach().numpy() * np.sqrt(y_scaler.var_) + y_scaler.mean_ for i,...