Skip to content
#

mean-square-error

Here are 59 public repositories matching this topic...

The objective is to analyze flight delays in the United States. Data from airlines, airports, and runways will be collected and processed. Machine learning models will be built using logistic regression, decision trees, and XGB classifiers. Visualizations will be created in Tableau, and Excel dashboards and SQL queries will be used for analysis.

  • Updated Jun 21, 2023
  • Jupyter Notebook

This code does linear regression using scikit-learn and custom NumPy implementation. It loads datasets, removes NaNs, scales features, trains and evaluates models, and plots best fit line. Custom model uses gradient descent. Outputs R2 score, coefficients, and intercept.

  • Updated Apr 9, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the mean-square-error topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mean-square-error topic, visit your repo's landing page and select "manage topics."

Learn more