data-science-complete-tutorial icon indicating copy to clipboard operation
data-science-complete-tutorial copied to clipboard

For extensive instructor led learning

Results 12 data-science-complete-tutorial issues
Sort by recently updated
recently updated
newest added

Rolling for window based operation In [2]: titanic_data.Age.rolling(window=5,min_periods=1).agg(['sum','min']) --------------------------------------------------------------------------- NameError Traceback (most recent call last) in () ----> 1 titanic_data.Age.rolling(window=5,min_periods=1).agg(['sum','min']) NameError: name 'titanic_data' is not defined For columns containing string,...

1. In _1.4.2 Experiment : Change the value of matrices by Reference_ adding 10 to elements with even indices is wrong: > Add 10 to all the even indexes in...

Small fixes in description. Flipping columns in matrix was incorrect.

Added comments, functions and list of functions. Also appended a function category a the end

I have added a new case study based on a Kaggle dataset on IBM HR employees attrition. MY work on Kaggle is one of the most u pvoted and praised...

I want to walk through some details in the '7. Naive Bayes.ipynb' , but there isn't a data file, so I was wondering if you could provide the data file....