Skip to content

Instantly share code, notes, and snippets.

View felipextrindade's full-sized avatar

Felipe Augusto Trindade felipextrindade

View GitHub Profile
@felipextrindade
felipextrindade / ml-iris-example.py
Created September 24, 2018 00:49
Machine Learning Example: Iris Flower Dataset
from sklearn.datasets import load_iris
from sklearn.model_selection import train_test_split
from sklearn.neighbors import KNeighborsClassifier
import numpy as np
iris_dataset = load_iris()
print("Target names: {}".format(iris_dataset['target_names']))
print("Feature names: {}".format(iris_dataset['feature_names']))
print("Type of data: {}".format(type(iris_dataset['data'])))
@felipextrindade
felipextrindade / index.html
Created September 21, 2016 12:12
SASS Example
<br />
<div class="test">
<span>Hello World. This is my first example
of SASS/SCSS. <br/></span>
<span>For the complete understanding,
<br/>please see the .SCSS file!</span>
<p>
<a>
<p>Link example and...</p>
<span>Nest inside nest</span>