CSS improvement
This commit is contained in:
parent
fe7651fe53
commit
d75194303b
@ -129,7 +129,7 @@ code {
|
|||||||
font-family: Consolas, Monaco, Andale Mono, monospace;
|
font-family: Consolas, Monaco, Andale Mono, monospace;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
background: #F0F0F0;
|
background: #CDCDCD;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -154,7 +154,7 @@ blockquote {
|
|||||||
font-size:14px;
|
font-size:14px;
|
||||||
border-left:.5em solid #606AAA;
|
border-left:.5em solid #606AAA;
|
||||||
background: #F8F8F8;
|
background: #F8F8F8;
|
||||||
padding-left: 1em;
|
padding: 0em 1em 0em 1em;
|
||||||
margin-left:10px;
|
margin-left:10px;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -235,7 +235,7 @@ file.remove("./xgboost.model")
|
|||||||
|
|
||||||
> result is `0`? We are good!
|
> result is `0`? We are good!
|
||||||
|
|
||||||
In some very specific cases, like when you want to pilot **Xgboost** from `caret` package, you will want to save the model as a *R* `binary` vector. See below how to do it.
|
In some very specific cases, like when you want to pilot **Xgboost** from `caret` package, you will want to save the model as a *R* binary vector. See below how to do it.
|
||||||
|
|
||||||
```{r saveLoadRBinVectorModel, message=F, warning=F}
|
```{r saveLoadRBinVectorModel, message=F, warning=F}
|
||||||
# save model to R's raw vector
|
# save model to R's raw vector
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user