Skip to content

Instantly share code, notes, and snippets.

View Hasan330's full-sized avatar

Hasan Khader Hasan330

View GitHub Profile
@Hasan330
Hasan330 / 01-directory-structure.md
Created October 27, 2017 11:43 — forked from tracker1/01-directory-structure.md
Anatomy of a JavaScript/Node project.

Directory structure for JavaScript/Node Projects

While the following structure is not an absolute requirement or enforced by the tools, it is a recommendation based on what the JavaScript and in particular Node community at large have been following by convention.

Beyond a suggested structure, no tooling recommendations, or sub-module structure is outlined here.

Directories

  • lib/ is intended for code that can run as-is
  • src/ is intended for code that needs to be manipulated before it can be used
@Hasan330
Hasan330 / Order Cancellation Predictor.ipynb
Last active May 3, 2017 19:27
advance-data-science/Project-2/Untitled.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Hasan330
Hasan330 / SVM Breast Cancer Example.ipynb
Created May 1, 2017 11:57
advance-data-science/Lesson-6/SVM/SVM Breast Cancer Example.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Hasan330
Hasan330 / PCA (Breast Cancer Example).ipynb
Created May 1, 2017 11:56
advance-data-science/Lesson-6/Principal-Component-Analysis/PCA (Breast Cancer Example).ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Hasan330
Hasan330 / Logistic Regression- Python (HomeWork).ipynb
Created May 1, 2017 06:36
advance-data-science/Lesson-2/Logistic Regression- Python (HomeWork).ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Hasan330
Hasan330 / Linear Regression Practice in Python.ipynb
Created May 1, 2017 06:35
advance-data-science/Lesson-2/Linear Regression Practice in Python.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Hasan330
Hasan330 / Hotel Importance Ranking System (Linear Regression + Random Forest Regressor).ipynb
Last active May 3, 2017 19:36
advance-data-science/Project/Hotel Importance Ranking System (Linear Regression).ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Hasan330
Hasan330 / Data Science Final Project (Personality Study).ipynb
Last active March 20, 2017 13:06
Data Science Final Project (Personality Study).ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Hasan330
Hasan330 / Lesson 3 Project (Weather).ipynb
Last active March 8, 2017 15:56
Weather Stations Project.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.