Skip to content

Instantly share code, notes, and snippets.

View basilcea's full-sized avatar

Ogbonna Basil basilcea

  • Anywhere
View GitHub Profile
@basilcea
basilcea / app_session.sql
Created June 3, 2022 08:20 — forked from mindyng/app_session.sql
TestDome SQL Practice Q's
/*App usage data are kept in the following table:
TABLE sessions
id INTEGER PRIMARY KEY,
userId INTEGER NOT NULL,
duration DECIMAL NOT NULL
Write a query that selects userId and average session duration for each user who has more than one session.*/
-- Example case create statement:
@basilcea
basilcea / Toronto-City Of Neighbourhoods.ipynb
Created April 17, 2021 19:02
Exploring Similarities in Toronto Neighbourhoods
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@basilcea
basilcea / Classify.ipynb
Last active April 7, 2021 20:41
Classification and prediction of school loan defaulters using supervised machine learning methods
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.
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.
@basilcea
basilcea / Final_Assignment_Library.ipynb
Created February 17, 2021 20:53
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.