Skip to content

Instantly share code, notes, and snippets.

View aravinthsci's full-sized avatar
🎯
Focusing

Aravinth aravinthsci

🎯
Focusing
View GitHub Profile
@aravinthsci
aravinthsci / Irisflower.py
Created November 25, 2018 06:42
Predicting Iris flower belongs to which species using scikit learn (Logging with mlflow)
# -*- 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