File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/ea85dab39fff442685faeaff53afa1a0 )] ( https://www.codacy.com/gh/ai-on-browser/ai-on-browser.github.io/dashboard?utm_source=github.com& ; utm_medium=referral& ; utm_content=ai-on-browser/ai-on-browser.github.io& ; utm_campaign=Badge_Grade )
6
6
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
7
7
8
- JavaScript AI package and online demo.
8
+ Machine learning and data analysis package implemented in JavaScript and its online demo.
9
9
10
10
## Features
11
11
@@ -39,7 +39,7 @@ Download from the CDN.
39
39
40
40
``` HTML
41
41
<script type =" module" >
42
- import dam from ' https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.7.0 /lib/index.min.js' ;
42
+ import dam from ' https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.7.1 /lib/index.min.js' ;
43
43
// Do something
44
44
</script >
45
45
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ai-on-browser/data-analysis-models" ,
3
- "version" : " 0.7.0 " ,
3
+ "version" : " 0.7.1 " ,
4
4
"description" : " Data analysis model package without any dependencies" ,
5
5
"type" : " module" ,
6
6
"main" : " ./lib/index.js" ,
You can’t perform that action at this time.
0 commit comments