This repository was archived by the owner on Nov 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +44
-15
lines changed Expand file tree Collapse file tree 2 files changed +44
-15
lines changed Original file line number Diff line number Diff line change 1+ # [ NimbusML] ( https://docs.microsoft.com/en-us/nimbusml/overview ) 1.6.0
2+
3+ ## ** New Features**
4+
5+ - ** Initial implementation of NGramExtractor.**
6+
7+ [ PR #320 ] ( https://github.com/microsoft/NimbusML/pull/320 )
8+ Produces a bag of counts of n-grams (sequences of consecutive values of length 1-n)
9+ in a given vector of keys. It does so by building a dictionary of n-grams and using
10+ the id in the dictionary as the index in the bag.
11+
12+ - ** Update Manifest Generator.**
13+
14+ [ PR #329 ] ( https://github.com/microsoft/NimbusML/pull/329 )
15+ Update the Manifest Generator project to work with the latest changes and incorporate
16+ it in to the build process.
17+
18+ ## ** Bug Fixes**
19+
20+ None.
21+
22+ ## ** Enhancements**
23+
24+ - ** Update To ML.Net Version 1.4.0.**
25+
26+ [ PR #353 ] ( https://github.com/microsoft/NimbusML/pull/353 )
27+
28+ - ** Update To Latest Version Of DataPrep.**
29+
30+ [ PR #379 ] ( https://github.com/microsoft/NimbusML/pull/379 )
31+
32+ - ** Update Tests To Execute In Parallel.**
33+
34+ [ PR #331 ] ( https://github.com/microsoft/NimbusML/pull/331 )
35+
36+ ## ** Documentation and Samples**
37+
38+ None.
39+
40+ ## ** Remarks**
41+
42+ None.
Original file line number Diff line number Diff line change 22
33## ** New Features**
44
5- - ** Initial implementation of NGramExtractor.**
6-
7- [ PR #320 ] ( https://github.com/microsoft/NimbusML/pull/320 )
8- Produces a bag of counts of n-grams (sequences of consecutive values of length 1-n)
9- in a given vector of keys. It does so by building a dictionary of n-grams and using
10- the id in the dictionary as the index in the bag.
11-
12- - ** Update Manifest Generator.**
13-
14- [ PR #329 ] ( https://github.com/microsoft/NimbusML/pull/329 )
15- Update the Manifest Generator project to work with the latest changes and incorporate
16- it in to the build process.
5+ None.
176
187## ** Bug Fixes**
198
209None.
2110
2211## ** Enhancements**
2312
24- - ** Update Tests To Execute In Parallel.**
25-
26- [ PR #331 ] ( https://github.com/microsoft/NimbusML/pull/331 )
13+ None.
2714
2815## ** Documentation and Samples**
2916
You can’t perform that action at this time.
0 commit comments