You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- annotate: Training, Test set size and Cross Validation -->
extension: .mdformat_name: mystformat_version: 0.12jupytext_version: 1.6.0
kernelspec:
display_name: Python 3
language: python
name: python3
---```{raw-cell}# Class 20: Decision Trees and Cross Validation1. Share your favorite beverage (or say hi) in the zoom chat1. log onto prismia1. Accept assignment 7
Assignment 7
Make a plan with a group:
what methods do you need to use in part 1?
try to outline with psuedocode what you'll do for part 2 & 3
Share any questions you have.
Followup:
assignment clarified to require 3 values for the parameter in part 2
more tips on finding data sets added to assignment text
+++
Complexity of Decision Trees
# %load http://drsmb.co/310
import pandas as pd
import seaborn as sns
import numpy as np
from sklearn import tree
from sklearn.model_selection import cross_val_score
from sklearn.model_selection import train_test_split
d6_url = 'https://raw.githubusercontent.com/rhodyprog4ds/06-naive-bayes/main/data/dataset6.csv'
Training, Test set size and Cross Validation -->
Training, Test set size and Cross Validation
BrownFall20/notes/2020-10-23.md
Line 92 in 6eba0a3
Assignment 7
Make a plan with a group:
Share any questions you have.
Followup:
+++
Complexity of Decision Trees
Training, Test set size and Cross Validation
The text was updated successfully, but these errors were encountered: