Linear regression with TensorFlow

26 listopada, 2019 admin 0

Part one: Numpy method In [1]: import pandas as pd import tensorflow as tf import itertools   Source of data: https://archive.ics.uci.edu/ml/datasets/combined+cycle+power+plant   Combined Cycle Power […]

Perfect Plots: Individuals Control Chart I-MR

5 listopada, 2019 admin 0

Energy Source of data: https://github.com/pyviz/holoviews/blob/master/examples/assets/energy.csv In [1]: import pandas as pd import matplotlib.pyplot as plt import numpy as np In [2]: df=pd.read_csv(’c:/2/Energy.csv’) df.head() Out[2]: Unnamed: 0 Date […]