├── LICENSE ├── Notebooks ├── Engine_NASA_Analise de dados.ipynb └── Engine_NASA_Modelo.ipynb ├── Papers ├── 462-Document Upload-2115-1-10-20180910.pdf ├── Capstone project NASA.pdf ├── Challenge Data Description 2016.pdf └── Proposta.pdf ├── README.md ├── data ├── final_test.txt ├── test.txt └── train.txt └── readme.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThiagoGrabe/Nasa-Engine/HEAD/LICENSE -------------------------------------------------------------------------------- /Notebooks/Engine_NASA_Analise de dados.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThiagoGrabe/Nasa-Engine/HEAD/Notebooks/Engine_NASA_Analise de dados.ipynb -------------------------------------------------------------------------------- /Notebooks/Engine_NASA_Modelo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThiagoGrabe/Nasa-Engine/HEAD/Notebooks/Engine_NASA_Modelo.ipynb -------------------------------------------------------------------------------- /Papers/462-Document Upload-2115-1-10-20180910.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThiagoGrabe/Nasa-Engine/HEAD/Papers/462-Document Upload-2115-1-10-20180910.pdf -------------------------------------------------------------------------------- /Papers/Capstone project NASA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThiagoGrabe/Nasa-Engine/HEAD/Papers/Capstone project NASA.pdf -------------------------------------------------------------------------------- /Papers/Challenge Data Description 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThiagoGrabe/Nasa-Engine/HEAD/Papers/Challenge Data Description 2016.pdf -------------------------------------------------------------------------------- /Papers/Proposta.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThiagoGrabe/Nasa-Engine/HEAD/Papers/Proposta.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThiagoGrabe/Nasa-Engine/HEAD/README.md -------------------------------------------------------------------------------- /data/final_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThiagoGrabe/Nasa-Engine/HEAD/data/final_test.txt -------------------------------------------------------------------------------- /data/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThiagoGrabe/Nasa-Engine/HEAD/data/test.txt -------------------------------------------------------------------------------- /data/train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThiagoGrabe/Nasa-Engine/HEAD/data/train.txt -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThiagoGrabe/Nasa-Engine/HEAD/readme.txt --------------------------------------------------------------------------------