├── .gitattributes ├── 9781484237861.jpg ├── Accounting_Model_Final.py ├── CASESTUDY_FINAL.py ├── CaseStudy2Chapter4.py ├── Contributing.md ├── DirectPythChatbot.py ├── ElectronicPatientRecord.py ├── LICENSE.txt ├── Predict_NextDay_Open_STOCK_PRICE.py ├── Quandl_Data_Getter.py ├── README.md ├── Yahoo_Data_Getter.py ├── errata.md ├── fivepointsummary.py └── retail2.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/.gitattributes -------------------------------------------------------------------------------- /9781484237861.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/9781484237861.jpg -------------------------------------------------------------------------------- /Accounting_Model_Final.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/Accounting_Model_Final.py -------------------------------------------------------------------------------- /CASESTUDY_FINAL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/CASESTUDY_FINAL.py -------------------------------------------------------------------------------- /CaseStudy2Chapter4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/CaseStudy2Chapter4.py -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/Contributing.md -------------------------------------------------------------------------------- /DirectPythChatbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/DirectPythChatbot.py -------------------------------------------------------------------------------- /ElectronicPatientRecord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/ElectronicPatientRecord.py -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Predict_NextDay_Open_STOCK_PRICE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/Predict_NextDay_Open_STOCK_PRICE.py -------------------------------------------------------------------------------- /Quandl_Data_Getter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/Quandl_Data_Getter.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/README.md -------------------------------------------------------------------------------- /Yahoo_Data_Getter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/Yahoo_Data_Getter.py -------------------------------------------------------------------------------- /errata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/errata.md -------------------------------------------------------------------------------- /fivepointsummary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/fivepointsummary.py -------------------------------------------------------------------------------- /retail2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/machine-learning-applications-using-python/HEAD/retail2.py --------------------------------------------------------------------------------