No Description

Michael Pyrcz d632c03fcc Add files via upload 1 week ago
Interactive_Aggregate_Uncertainty.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Bayesian_Linear_Regression.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Bayesian_Updating.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Bootstrap.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Bootstrap_CowbowHat.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Bootstrap_Everthing.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Central_Limit_Theorem.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Confidence_Interval.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Convolution_kNearest.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Correlation_Coefficient.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Correlation_Coefficient_Issues.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_DBSCAN.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_DecisionMaking_Load_Data.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Decision_Making.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Decision_Tree.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Declustering.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Distribution_Transformations.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Gibbs_Sampler.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Hypothesis_Testing.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_LASSO_Regression.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Linear_Regression.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Linear_Solutions.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_MDS_Impact_Correlation_Standardization.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Marginal_Joint_Conditional_Probability.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Model_Fitting.ipynb d632c03fcc Add files via upload 1 week ago
Interactive_Monte_Carlo_Methods.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Monte_Carlo_Simulation.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Neural_Network_Single_Layer.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Norms.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Optimization.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Optimization_Working.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Overfit.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_PCA.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_PCA_Eigen-Copy1.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_PCA_Eigen.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_PP_Plot.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Parametric_Distributions.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Polynomial_Solution.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_PreDrill_Prediction.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_QQ_Plot.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_RadialBasisFunctions.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Ridge_Regresion.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Sampling_Methods.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Simple_Kriging.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Simple_Kriging_Behavoir.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Simulation.ipynb 26aa080e46 Add files via upload 1 month ago
Interactive_Sivia_Coin_Toss.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Spatial_Aggregate_Uncertainty.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Spatial_Aggregate_Uncertainty_Pad.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Spectral_Clustering.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Spurious_Correlations.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_String_Effect.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Trend.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Variogram_Calculation.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Variogram_Calculation_Modeling.ipynb eafe08ca09 Add files via upload 1 month ago
Interactive_Variogram_Calculation_Modeling_Krige.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Variogram_Modeling.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Variogram_Nugget_Effect.ipynb c06937ac07 Add files via upload 1 month ago
Interactive_Variogram_h_Scatter.ipynb 0385a3e9ad Add files via upload 1 month ago
Interactive_kMeans_Clustering.ipynb c06937ac07 Add files via upload 1 month ago
LICENSE 6feeda9376 Initial commit 1 month ago
README.md 6b25ab720e Update README.md 1 month ago
environment.yml 92caeaa5ca Add files via upload 1 month ago

README.md

DataScience_Interactive_Python

Interactive dashboards to help you over the intellectual hurdles of data science!

*To support my students in my Data Analytics and Geostatistics, Spatial Data Analytics and Machine Learning courses and anyone else learning data analytics and machine learning, I have developed a set of Python interactive dashboards. When students struggle with a concept I make a new interactive dashboard so they can learn by playing with the statistics, models or theoretical concepts!*

Michael Pyrcz, Professor, The University of Texas at Austin, Data Analytics, Geostatistics and Machine Learning

Twitter | GitHub | Website | GoogleScholar | Book | YouTube | LinkedIn


Binder

To further support my students, I'm using Binder to host some of my interactive Python spatial data analytics, geostatistics and machine learning demonstration workflows online. Some of my students are having issues with setting up their local computing environments and instantiating the interactive workflows.

  • I hope this will assist these students and remove barriers for these educational tools to invite a wider audience that may benefit from experiential learning - playing with the systems and machines in real-time.

Click on the link above to launch binder with container to run the included workflow.

A minimum environment is set set up with:

  • Python 3.7.10 - due to the depdendency of GeostatsPy on the Numba package for code acceleration
  • MatPlotLib - plotting
  • NumPy - gridded data and array math
  • Pandas - tabulated data
  • SciPy - statistics module
  • ipywidgets - for plot interactivity
  • GeostatsPy - geostatistical algorithms and functions (Pyrcz et al., 2021)

The required datasets are available in the GeoDataSets repository and linked in the workflows

The interative Python examples include a variety of topics like:

  • Bayesian and frequentist statistics
  • univariate and bivariate statistics
  • confidence intervals and hypothesis testing
  • Monte Carlo methods and bootstrap
  • inferential machine learning, principal component and cluster analysis
  • predictive machine learning, norms, model parameter training and hyperparameter tuning, overfit models
  • uncertainty modeling checking
  • spatial data debiasing
  • variogram calculation and modeling
  • spatial estimation, issues and trend modeling
  • spatial simulation and summarization over realizations
  • decision making in the presence of uncertainty

If you want to see all my shared educational content check out:

I hope this is helpful to anyone interested to learn about spatial data analytics, geostatistics and machine learning. I'm all about remoing barriers to education and encouraging folks to learn coding and data-driven modeling!

Sincerely,

Michael

The Author:

Michael Pyrcz, Professor, The University of Texas at Austin

Novel Data Analytics, Geostatistics and Machine Learning Subsurface Solutions

With over 17 years of experience in subsurface consulting, research and development, Michael has returned to academia driven by his passion for teaching and enthusiasm for enhancing engineers' and geoscientists' impact in subsurface resource development.

For more about Michael check out these links:

Twitter | GitHub | Website | GoogleScholar | Book | YouTube | LinkedIn

Want to Work Together?

I hope this content is helpful to those that want to learn more about subsurface modeling, data analytics and machine learning. Students and working professionals are welcome to participate.

  • Want to invite me to visit your company for training, mentoring, project review, workflow design and / or consulting? I'd be happy to drop by and work with you!

  • Interested in partnering, supporting my graduate student research or my Subsurface Data Analytics and Machine Learning consortium (co-PIs including Profs. Foster, Torres-Verdin and van Oort)? My research combines data analytics, stochastic modeling and machine learning theory with practice to develop novel methods and workflows to add value. We are solving challenging subsurface problems!

  • I can be reached at mpyrcz@austin.utexas.edu.

I'm always happy to discuss,

Michael

Michael Pyrcz, Ph.D., P.Eng. Professor, Cockrell School of Engineering and The Jackson School of Geosciences, The University of Texas at Austin

More Resources Available at: Twitter | GitHub | Website | GoogleScholar | Book | YouTube | LinkedIn