Clone the recursive repo for xgboost
git clone --recursive https://github.com/dmlc/xgboost
cd xgboost
make -j4
cd
in the folder: xgboost/python-package
Clone the recursive repo for xgboost
git clone --recursive https://github.com/dmlc/xgboost
cd xgboost
make -j4
cd
in the folder: xgboost/python-package
学会基本操作后,值得细究的Mode:
旧石器时代 | |
中石器时期 | |
黄河文明 | |
长江文明 | |
新石器时期 |
import numpy as np | |
from keras.datasets import imdb | |
from keras.preprocessing.sequence import pad_sequences | |
from keras.models import Sequential | |
from keras.layers import containers | |
from keras.layers.noise import GaussianNoise | |
from keras.layers.core import Dense, AutoEncoder | |
from keras.utils import np_utils | |
from sklearn.metrics import (precision_score, recall_score, |
20000 training instances The number of support vectors is around 15000, which means that most of the training data are near the separating hyper-plane. The training accuracy is around 80%