mirror of
https://github.com/apachecn/ailearning.git
synced 2026-07-01 18:56:13 +08:00
更新链接
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#!/usr/bin/python
|
||||
# coding:utf8
|
||||
|
||||
'''
|
||||
Created on Feb 4, 2011
|
||||
Update on 2017-03-02
|
||||
Update on 2017-05-18
|
||||
Tree-Based Regression Methods Source Code for Machine Learning in Action Ch. 9
|
||||
@author: Peter Harrington/片刻
|
||||
《机器学习实战》更新地址:https://github.com/apachecn/MachineLearning
|
||||
'''
|
||||
print(__doc__)
|
||||
from numpy import *
|
||||
|
||||
Reference in New Issue
Block a user