Skip to content

Commit 2ba0dc0

Browse files
committed
Update of documentation
1 parent 118c8cd commit 2ba0dc0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/src/index.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,4 @@ CurrentModule = StreamingSampling
66

77
StreamingSampling is a Julia-based proof-of-concept implementation of a streamed variants of maximum-entropy sampling ([UPmaxentropy](https://www.rdocumentation.org/packages/sampling/versions/2.11/topics/UPmaxentropy)) and weighted sampling. It is designed to process large datasets stored on disk with minimal impact on RAM. The method begins by computing first-order inclusion probabilities using a [DPP](https://dahtah.github.io/Determinantal.jl/dev/)-based heuristic, and then feeds these probabilities into classical sampling algorithms to produce diverse samples.
88

9-
<a href="https://julia.mit.edu/StreamingSampling.jl/dev/">
10-
<img alt="Development documentation" src="https://img.shields.io/badge/documentation-in%20development-orange?style=flat-square">
11-
</a>
12-
<a href="https://mit-license.org">
13-
<img alt="MIT license" src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square">
14-
</a>
15-
<a href="https://github.com/JuliaLabs/StreamingSampling.jl/issues/new">
16-
<img alt="Ask us anything" src="https://img.shields.io/badge/Ask%20us-anything-1abc9c.svg?style=flat-square">
17-
</a>
18-
</a>
19-
<br />
20-
<br />
219

0 commit comments

Comments
 (0)