This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Sun Nov 25 09:47:14 2018 | |
@author: Aravinth | |
""" | |
import numpy as np | |
from sklearn.datasets import load_iris | |
from sklearn import tree | |
from random import uniform |
NewerOlder