Zach Pinto
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,...
Added Web App link ### What does this change Added Streamlit Web App link to user GUI version of Faker ### What was wrong Nothing was wrong. But a GUI...