Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Python-List
/
BuildingMachineLearningSystemsWithPython
Public
forked from
luispedro/BuildingMachineLearningSystemsWithPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
BuildingMachineLearningSystemsWithPython
ch02
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 21, 2016
MIN Remove extraneous function call
luispedro
committed
98d66ea
View commit details
Copy full SHA for 98d66ea
View code at this point
Browse repository at this point
Commits on Mar 8, 2016
Fix predict method called
tomahawk28
authored and
luispedro
committed
c714303
View commit details
Copy full SHA for c714303
View code at this point
Browse repository at this point
Commits on Jun 16, 2015
ENH Better spacing & comments
luispedro
committed
8386e85
View commit details
Copy full SHA for 8386e85
View code at this point
Browse repository at this point
Commits on Mar 25, 2015
ENH Single file with the code as in book
luispedro
committed
4205208
View commit details
Copy full SHA for 4205208
View code at this point
Browse repository at this point
Commits on Jan 26, 2015
RFCT Use model as first argument
Show description for 7fd23a3
luispedro
committed
7fd23a3
View commit details
Copy full SHA for 7fd23a3
View code at this point
Browse repository at this point
BUG Use threshold obtained from current code
luispedro
committed
fa00f07
View commit details
Copy full SHA for fa00f07
View code at this point
Browse repository at this point
FIG Improve figures
luispedro
committed
d535cfc
View commit details
Copy full SHA for d535cfc
View code at this point
Browse repository at this point
Commits on Sep 8, 2014
ENH Match the book exactly
Show description for 2fea061
luispedro
committed
2fea061
View commit details
Copy full SHA for 2fea061
View code at this point
Browse repository at this point
Commits on Aug 29, 2014
MIN Make markers larger
luispedro
committed
864a706
View commit details
Copy full SHA for 864a706
View code at this point
Browse repository at this point
Commits on Aug 26, 2014
ENH Test reversed threshold
Show description for ec460dc
luispedro
committed
ec460dc
View commit details
Copy full SHA for ec460dc
View code at this point
Browse repository at this point
MIN Match book exactly
Show description for edeeacc
luispedro
committed
edeeacc
View commit details
Copy full SHA for edeeacc
View code at this point
Browse repository at this point
Commits on Aug 22, 2014
ENH Test whether inverted threshold test is better
Show description for bf7a3a7
luispedro
committed
bf7a3a7
View commit details
Copy full SHA for bf7a3a7
View code at this point
Browse repository at this point
ENH Better output. Simpler code.
luispedro
committed
ce10b58
View commit details
Copy full SHA for ce10b58
View code at this point
Browse repository at this point
ENH Compute & display a confusion matrix
luispedro
committed
55e4b80
View commit details
Copy full SHA for 55e4b80
View code at this point
Browse repository at this point
FIG Larger marker sizes
luispedro
committed
23cc505
View commit details
Copy full SHA for 23cc505
View code at this point
Browse repository at this point
Commits on Aug 18, 2014
ENH Generate version of figure 5 with K=11
Show description for 993165b
luispedro
committed
993165b
View commit details
Copy full SHA for 993165b
View code at this point
Browse repository at this point
FIG Denser sampling. Tight layout
luispedro
committed
e4bbb8f
View commit details
Copy full SHA for e4bbb8f
View code at this point
Browse repository at this point
DOC Improve code documentation. Add README
luispedro
committed
5644a07
View commit details
Copy full SHA for 5644a07
View code at this point
Browse repository at this point
RFCT Simpler code. Match other scripts
luispedro
committed
560e724
View commit details
Copy full SHA for 560e724
View code at this point
Browse repository at this point
Commits on Aug 17, 2014
DOC Add documentation to the code
luispedro
committed
5d7a21f
View commit details
Copy full SHA for 5d7a21f
View code at this point
Browse repository at this point
ENH Repeat figure4_5 using sklearn
luispedro
committed
bd63639
View commit details
Copy full SHA for bd63639
View code at this point
Browse repository at this point
RFCT Improve code & documentation
luispedro
committed
bdefa87
View commit details
Copy full SHA for bdefa87
View code at this point
Browse repository at this point
Commits on Aug 13, 2014
ENH Plot accuracy as function of KNN parameter
luispedro
committed
004522a
View commit details
Copy full SHA for 004522a
View code at this point
Browse repository at this point
Commits on Aug 11, 2014
ENH Demonstrate feature prescaling
Show description for f43b339
luispedro
committed
f43b339
View commit details
Copy full SHA for f43b339
View code at this point
Browse repository at this point
Commits on Jul 31, 2014
ENH Use sklearn for KNN & cross-validation
Show description for 2d3679c
luispedro
committed
2d3679c
View commit details
Copy full SHA for 2d3679c
View code at this point
Browse repository at this point
Commits on Jul 19, 2014
MIN Do not output iris dataset
luispedro
committed
57f77d5
View commit details
Copy full SHA for 57f77d5
View code at this point
Browse repository at this point
Commits on Jul 4, 2014
ENH Use function names that match scikit-learn
luispedro
committed
24cfe69
View commit details
Copy full SHA for 24cfe69
View code at this point
Browse repository at this point
MIN Use object syntax instead of indexing
luispedro
committed
3b287d2
View commit details
Copy full SHA for 3b287d2
View code at this point
Browse repository at this point
Commits on Jun 14, 2014
RFCT Better use of matplotlib
luispedro
committed
0a9b7bf
View commit details
Copy full SHA for 0a9b7bf
View code at this point
Browse repository at this point
Commits on Jan 6, 2014
MIN Better output filenames
luispedro
committed
72b0f0d
View commit details
Copy full SHA for 72b0f0d
View code at this point
Browse repository at this point
Commits on Nov 27, 2013
BUG Fix output message
Show description for c71fd5b
luispedro
committed
c71fd5b
View commit details
Copy full SHA for c71fd5b
View code at this point
Browse repository at this point
Commits on Nov 22, 2013
DOC Improve code documentation
luispedro
committed
de42ba3
View commit details
Copy full SHA for de42ba3
View code at this point
Browse repository at this point
Commits on Oct 29, 2013
DAT Add small dataset
luispedro
committed
2a07526
View commit details
Copy full SHA for 2a07526
View code at this point
Browse repository at this point
Commits on Sep 29, 2013
merged
wrichert
committed
9627752
View commit details
Copy full SHA for 9627752
View code at this point
Browse repository at this point
autopep'ed
wrichert
committed
002c7a1
View commit details
Copy full SHA for 002c7a1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.