StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
544 B
34 lines
544 B
4 years ago
|
# console-browserify
|
||
|
|
||
|
[![build status][1]][2]
|
||
|
|
||
|
[![browser support][3]][4]
|
||
|
|
||
|
|
||
|
Emulate console for all the browsers
|
||
|
|
||
|
## Example
|
||
|
|
||
|
```js
|
||
|
var console = require("console-browserify")
|
||
|
|
||
|
console.log("hello world!")
|
||
|
```
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
`npm install console-browserify`
|
||
|
|
||
|
## Contributors
|
||
|
|
||
|
- Raynos
|
||
|
|
||
|
## MIT Licenced
|
||
|
|
||
|
|
||
|
|
||
|
[1]: https://secure.travis-ci.org/Raynos/console-browserify.png
|
||
|
[2]: http://travis-ci.org/Raynos/console-browserify
|
||
|
[3]: http://ci.testling.com/Raynos/console-browserify.png
|
||
|
[4]: http://ci.testling.com/Raynos/console-browserify
|