brunoEjaime commited on
Commit
2ef9051
·
1 Parent(s): 5151a0a

Adding notebook to repository

Browse files
Files changed (1) hide show
  1. k-nearest-example-model.ipynb +25 -0
k-nearest-example-model.ipynb ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "metadata": {},
6
+ "source": [
7
+ "### This is a k-nearest-neoghbour notebook"
8
+ ]
9
+ },
10
+ {
11
+ "cell_type": "code",
12
+ "execution_count": null,
13
+ "metadata": {},
14
+ "outputs": [],
15
+ "source": []
16
+ }
17
+ ],
18
+ "metadata": {
19
+ "language_info": {
20
+ "name": "python"
21
+ }
22
+ },
23
+ "nbformat": 4,
24
+ "nbformat_minor": 2
25
+ }