Skip to content

Commit 4667e70

Browse files
Fix hyperlink in README.md for documentation
1 parent d281092 commit 4667e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
StreamingSampling is a Julia-based proof-of-concept implementation of a streamed variant of maximum-entropy sampling ([UPmaxentropy](https://www.rdocumentation.org/packages/sampling/versions/2.11/topics/UPmaxentropy)). 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 the classical UPmaxentropy algorithm to produce diverse samples.
44

5-
<a href="[https://cesmix-mit.github.io/PotentialLearning.jl/dev](https://julia.mit.edu/StreamingSampling.jl/dev/)">
5+
<a href="https://julia.mit.edu/StreamingSampling.jl/dev/">
66
<img alt="Development documentation" src="https://img.shields.io/badge/documentation-in%20development-orange?style=flat-square">
77
</a>
88
<a href="https://mit-license.org">

0 commit comments

Comments
 (0)