Skip to content

Instantly share code, notes, and snippets.

View SuitUp's full-sized avatar
💤
dreaming

Vineet Singh SuitUp

💤
dreaming
View GitHub Profile
@SuitUp
SuitUp / entropy_gain.py
Created June 24, 2019 12:48 — forked from iamaziz/entropy_gain.py
Calculate Entropy and Information Gain for Decision Tree Learning
# -*- coding: utf-8 -*-
# calculating the Entropy and Information Gain for: Learning with Trees
# by: Aziz Alto
# see Information Gain:
# http://www.autonlab.org/tutorials/infogain.html
from __future__ import division
@SuitUp
SuitUp / PY0101EN-1-2-Strings.ipynb
Created October 31, 2019 20:10
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SuitUp
SuitUp / PY0101EN-1-1-Types.ipynb
Created October 31, 2019 20:10
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SuitUp
SuitUp / PY0101EN-1-2-Strings.ipynb
Created October 31, 2019 20:13
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SuitUp
SuitUp / PY0101EN-2-1-Tuples.ipynb
Created October 31, 2019 20:55
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SuitUp
SuitUp / PY0101EN-2-3-Sets.ipynb
Created November 1, 2019 19:13
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SuitUp
SuitUp / PY0101EN-2-4-Dictionaries.ipynb
Created November 1, 2019 20:22
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SuitUp
SuitUp / PY0101EN-3-1-Conditions.ipynb
Created November 1, 2019 20:38
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SuitUp
SuitUp / PY0101EN-3-4-Classes.ipynb
Created November 2, 2019 09:57
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SuitUp
SuitUp / PY0101EN-4-1-ReadFile.ipynb
Created November 2, 2019 13:00
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.