PythonNumericalDemos icon indicating copy to clipboard operation
PythonNumericalDemos copied to clipboard

Well-documented Python demonstrations for spatial data analytics, geostatistical and machine learning to support my courses.

Results 15 PythonNumericalDemos issues
Sort by recently updated
recently updated
newest added

I've added a few lines of code that turn outputs that were previously displayed as lists, into transposed dataframes. This allows the user to see what the semipartial correlation is...

I think the inverse CDF graphics have switched axes, Values should be on the Y axis and probability on the x Axis. On the Gaussian example I used: plt.subplot(1,3,3) plt.plot(p_values,...

Dr Pyrcz, As advised I attempted the fix on clustering workflow by updating index of color dict. For this sample, now we see all 7 clusters as expected. Thanks

Hi @GeostatsGuy, I've started watching the the videos of the [Machine learning](https://www.youtube.com/watch?v=5kBS5ThMHcU&list=PLG19vXLQHvSC2ZKFIkgVpI9fCjkN38kwf) course. Would you consider creating a separate repository for each course? I think it would make it easier...

hi Michael, I was trying to follow the Ripley's K example here: Ripley_K_demo.ipynb but I cannot find, import or run a ripley_K function on the GeostatsPy package. Has it been...