Skip to content

Instantly share code, notes, and snippets.

View conquistadorjd's full-sized avatar

Pravin conquistadorjd

View GitHub Profile
@conquistadorjd
conquistadorjd / 00-python utilities
Last active March 30, 2019 03:06
Python Utilities
Python utilities
@conquistadorjd
conquistadorjd / 00-fbprophet
Last active March 21, 2019 03:28
fbprophet
00-fbprophet
@conquistadorjd
conquistadorjd / 00-Wordpress
Last active February 16, 2019 14:17
WordPress
WordPress Tricks and Hacks
@conquistadorjd
conquistadorjd / 0-image-processing
Last active January 2, 2022 11:33
image pricessing using PIL, pillow
image processing
@conquistadorjd
conquistadorjd / 0-file handling
Last active May 28, 2019 01:05
Python utilities for file handling
file handling using python
@conquistadorjd
conquistadorjd / numpy_arrays_00.py
Last active February 2, 2019 16:57
python-08-numpy
We couldn’t find that file to show.
@conquistadorjd
conquistadorjd / TensorFlow
Last active January 20, 2019 13:21
TensorFlow
TensorFlow
@conquistadorjd
conquistadorjd / README.md
Last active February 2, 2019 04:22
python-07-ml-gist

python-07-ml

################################################################################################
# name: correlation_coefficient_01.py
# desc: correlation coefficient
# date: 2018-12-22
# Author: conquistadorjd
################################################################################################
import numpy as np
from scipy import stats
#Calculate mean by python