Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
yulz008
/
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
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
luispedro
All time
Commit History
Commits on May 21, 2018
BUG Fix function import
luispedro
committed
52891e6
Copy full SHA for 52891e6
Commits on Jun 25, 2017
BUG Fixes API usage
Show description for a237d75
luispedro
committed
a237d75
Copy full SHA for a237d75
Commits on Mar 28, 2017
MIN Update link to AP data
luispedro
committed
c4c71a5
Copy full SHA for c4c71a5
Commits on Nov 27, 2016
DOC Make explicit how to get AP data
luispedro
committed
c0a3b3a
Copy full SHA for c0a3b3a
Commits on Jul 21, 2016
MIN Remove extraneous function call
luispedro
committed
98d66ea
Copy full SHA for 98d66ea
Commits on Mar 8, 2016
BUG Fix name of function chist
Show description for db795e0
luispedro
committed
db795e0
Copy full SHA for db795e0
Commits on Jun 16, 2015
ENH Better spacing & comments
luispedro
committed
8386e85
Copy full SHA for 8386e85
Commits on Apr 20, 2015
Merge pull request #9 from iory/master
Show description for 0999da1
luispedro
committed
0999da1
Copy full SHA for 0999da1
Commits on Apr 3, 2015
DOC Clarify that this is the second edition code
Show description for e28dfc4
luispedro
committed
e28dfc4
Copy full SHA for e28dfc4
Merge branch 'master' into second_edition
Show description for 77b13d8
luispedro
committed
77b13d8
Copy full SHA for 77b13d8
Commits on Mar 28, 2015
DAT Add example image
Show description for 309ab17
luispedro
committed
309ab17
Copy full SHA for 309ab17
ENH Add script to process Wikipedia with HDP
luispedro
committed
24ac39d
Copy full SHA for 24ac39d
BLD Update gitignore files
Show description for 3ae4c9d
luispedro
committed
3ae4c9d
Copy full SHA for 3ae4c9d
ENH Add chapter.py files
Show description for afcdc0b
luispedro
committed
afcdc0b
Copy full SHA for afcdc0b
Commits on Mar 25, 2015
ENH Average methods (instead of stacked learning)
Show description for bb9b8de
luispedro
committed
bb9b8de
Copy full SHA for bb9b8de
ENH Single file with the code as in book
luispedro
committed
4205208
Copy full SHA for 4205208
Commits on Mar 20, 2015
DOC Add note on randomness
luispedro
committed
c03c2f3
Copy full SHA for c03c2f3
RFCT Simpler code
luispedro
committed
6948563
Copy full SHA for 6948563
MIN Use same function name as in book
luispedro
committed
2c530e1
Copy full SHA for 2c530e1
ENH Use matutils.corpus2dense instead of looping
luispedro
committed
30a1512
Copy full SHA for 30a1512
ENH More readable code
luispedro
committed
cd69e60
Copy full SHA for cd69e60
Commits on Feb 14, 2015
MIN Better filename for output
luispedro
committed
f2b5bdf
Copy full SHA for f2b5bdf
Commits on Feb 12, 2015
ENH Improve code readability
Show description for d192bee
luispedro
committed
d192bee
Copy full SHA for d192bee
Commits on Feb 9, 2015
MIN Add axis= for explicitness
luispedro
committed
83d426c
Copy full SHA for 83d426c
Commits on Feb 6, 2015
MIN Better axis label
luispedro
committed
822f6ac
Copy full SHA for 822f6ac
Commits on Jan 29, 2015
RFCT Remove old script
Show description for 9077676
luispedro
committed
9077676
Copy full SHA for 9077676
RFCT Update figure generation code
luispedro
committed
9682f47
Copy full SHA for 9682f47
Commits on Jan 27, 2015
ENH Update to Python 3. Better figures
luispedro
committed
91da359
Copy full SHA for 91da359
Commits on Jan 26, 2015
RFCT Use model as first argument
Show description for 7fd23a3
luispedro
committed
7fd23a3
Copy full SHA for 7fd23a3
BUG Use threshold obtained from current code
luispedro
committed
fa00f07
Copy full SHA for fa00f07
FIG Improve figures
luispedro
committed
d535cfc
Copy full SHA for d535cfc
Commits on Jan 6, 2015
ENH Add thresholded figure
Show description for 691de56
luispedro
committed
691de56
Copy full SHA for 691de56
MIN Use curl instead of wget
luispedro
committed
79857c0
Copy full SHA for 79857c0
Commits on Nov 23, 2014
ENH Work with Python 2.6
Show description for 34302d2
luispedro
committed
34302d2
Copy full SHA for 34302d2
Commits on Nov 22, 2014
ENH Add LBP to image classification script
luispedro
committed
40a59ec
Copy full SHA for 40a59ec
Pagination
Previous
Next
You can’t perform that action at this time.