Skip to content

Commit

Permalink
build based on d187ead
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Mar 18, 2024
1 parent d299863 commit 3d9a817
Show file tree
Hide file tree
Showing 45 changed files with 3,847 additions and 3,847 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.6.7","generation_timestamp":"2024-03-18T10:08:09","documenter_version":"1.3.0"}}
{"documenter":{"julia_version":"1.6.7","generation_timestamp":"2024-03-18T12:33:20","documenter_version":"1.3.0"}}
8 changes: 4 additions & 4 deletions dev/Api.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/Api_v2_developer.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
found || error("Keyword \"$kw\" is not part of this model.")
end
return m
end</code></pre><p>So, in order to implement a new model we need to:</p><ul><li>implement its struct and constructor</li><li>implement the relative <code>ModelHyperParametersSet</code>, <code>ModelLearnedParametersSet</code> and eventually <code>ModelOptionsSet</code>.</li><li>define <code>fit!(model, X, [y])</code>, <code>predict(model,X)</code> and eventually <code>inverse_predict(model,X)</code>.</li></ul></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="Api_v2_user.html">« Introduction for user</a><a class="docs-footer-nextpage" href="StyleGuide_templates.html">Style guide »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.3.0 on <span class="colophon-date" title="Monday 18 March 2024 10:08">Monday 18 March 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
end</code></pre><p>So, in order to implement a new model we need to:</p><ul><li>implement its struct and constructor</li><li>implement the relative <code>ModelHyperParametersSet</code>, <code>ModelLearnedParametersSet</code> and eventually <code>ModelOptionsSet</code>.</li><li>define <code>fit!(model, X, [y])</code>, <code>predict(model,X)</code> and eventually <code>inverse_predict(model,X)</code>.</li></ul></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="Api_v2_user.html">« Introduction for user</a><a class="docs-footer-nextpage" href="StyleGuide_templates.html">Style guide »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.3.0 on <span class="colophon-date" title="Monday 18 March 2024 12:33">Monday 18 March 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/Api_v2_user.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/Clustering.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/Examples.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dev/GMM.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dev/Imputation.html

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions dev/MLJ_interface.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions dev/Nn.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/Perceptron.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/StyleGuide_templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@

Detailed description on the module objectives, content and organisation

&quot;&quot;&quot;</code></pre><h2 id="Internal-links"><a class="docs-heading-anchor" href="#Internal-links">Internal links</a><a id="Internal-links-1"></a><a class="docs-heading-anchor-permalink" href="#Internal-links" title="Permalink"></a></h2><p>To refer to a documented object: <code>[`NAME`](@ref)</code> or <code>[`NAME`](@ref manual_id)</code>. In particular for internal links use <code>[`?NAME`](@ref ?NAME)</code></p><p>To create an id manually: <code>[Title](@id manual_id)</code></p><h2 id="Data-organisation"><a class="docs-heading-anchor" href="#Data-organisation">Data organisation</a><a id="Data-organisation-1"></a><a class="docs-heading-anchor-permalink" href="#Data-organisation" title="Permalink"></a></h2><ul><li>While some functions provide a <code>dims</code> parameter, most BetaML algorithms expect the input data layout with observations organised by rows and fields/features by columns.</li><li>While some algorithms accept as input DataFrames, the usage of standard arrays is encourages (if the data is passed to the function as dataframe, it may be converted to standard arrays somewhere inside inner loops, leading to great inefficiencies).</li></ul></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="Api_v2_developer.html">« API implementation</a><a class="docs-footer-nextpage" href="Api.html">The Api module »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.3.0 on <span class="colophon-date" title="Monday 18 March 2024 10:08">Monday 18 March 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
&quot;&quot;&quot;</code></pre><h2 id="Internal-links"><a class="docs-heading-anchor" href="#Internal-links">Internal links</a><a id="Internal-links-1"></a><a class="docs-heading-anchor-permalink" href="#Internal-links" title="Permalink"></a></h2><p>To refer to a documented object: <code>[`NAME`](@ref)</code> or <code>[`NAME`](@ref manual_id)</code>. In particular for internal links use <code>[`?NAME`](@ref ?NAME)</code></p><p>To create an id manually: <code>[Title](@id manual_id)</code></p><h2 id="Data-organisation"><a class="docs-heading-anchor" href="#Data-organisation">Data organisation</a><a id="Data-organisation-1"></a><a class="docs-heading-anchor-permalink" href="#Data-organisation" title="Permalink"></a></h2><ul><li>While some functions provide a <code>dims</code> parameter, most BetaML algorithms expect the input data layout with observations organised by rows and fields/features by columns.</li><li>While some algorithms accept as input DataFrames, the usage of standard arrays is encourages (if the data is passed to the function as dataframe, it may be converted to standard arrays somewhere inside inner loops, leading to great inefficiencies).</li></ul></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="Api_v2_developer.html">« API implementation</a><a class="docs-footer-nextpage" href="Api.html">The Api module »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.3.0 on <span class="colophon-date" title="Monday 18 March 2024 12:33">Monday 18 March 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
6 changes: 3 additions & 3 deletions dev/Trees.html

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions dev/Utils.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@
# Prediction assessment
relative_mean_error_train = relative_mean_error(ytrain,ŷtrain) # 0.039
relative_mean_error_test = relative_mean_error(ytest,ŷtest) # 0.076
scatter(ytest,ŷtest,xlabel=&quot;Actual&quot;,ylabel=&quot;Estimated&quot;,label=nothing,title=&quot;Est vs. obs MPG (test set)&quot;)</code></pre><p><img src="assets/mpg_EstVsObs.png" alt="results"/></p><ul><li><strong>Further examples</strong></li></ul><p>Finally, you may want to give a look at the <a href="https://github.com/sylvaticus/BetaML.jl/tree/master/test">&quot;test&quot; folder</a>. While the primary objective of the scripts under the &quot;test&quot; folder is to provide automatic testing of the BetaML toolkit, they can also be used to see how functions should be called, as virtually all functions provided by BetaML are tested there.</p><h2 id="Acknowledgements"><a class="docs-heading-anchor" href="#Acknowledgements">Acknowledgements</a><a id="Acknowledgements-1"></a><a class="docs-heading-anchor-permalink" href="#Acknowledgements" title="Permalink"></a></h2><p>The development of this package at the <em>Bureau d&#39;Economie Théorique et Appliquée</em> (BETA, Nancy) was supported by the French National Research Agency through the <a href="http://mycor.nancy.inra.fr/ARBRE/">Laboratory of Excellence ARBRE</a>, a part of the “Investissements d&#39;Avenir” Program (ANR 11 – LABX-0002-01).</p><p><a href="hhttp://www.beta-umr7522.fr/"><img src="assets/logos_betaumr.png" alt="BLogos"/></a></p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="tutorials/Betaml_tutorial_getting_started.html">Getting started »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.3.0 on <span class="colophon-date" title="Monday 18 March 2024 10:08">Monday 18 March 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
scatter(ytest,ŷtest,xlabel=&quot;Actual&quot;,ylabel=&quot;Estimated&quot;,label=nothing,title=&quot;Est vs. obs MPG (test set)&quot;)</code></pre><p><img src="assets/mpg_EstVsObs.png" alt="results"/></p><ul><li><strong>Further examples</strong></li></ul><p>Finally, you may want to give a look at the <a href="https://github.com/sylvaticus/BetaML.jl/tree/master/test">&quot;test&quot; folder</a>. While the primary objective of the scripts under the &quot;test&quot; folder is to provide automatic testing of the BetaML toolkit, they can also be used to see how functions should be called, as virtually all functions provided by BetaML are tested there.</p><h2 id="Acknowledgements"><a class="docs-heading-anchor" href="#Acknowledgements">Acknowledgements</a><a id="Acknowledgements-1"></a><a class="docs-heading-anchor-permalink" href="#Acknowledgements" title="Permalink"></a></h2><p>The development of this package at the <em>Bureau d&#39;Economie Théorique et Appliquée</em> (BETA, Nancy) was supported by the French National Research Agency through the <a href="http://mycor.nancy.inra.fr/ARBRE/">Laboratory of Excellence ARBRE</a>, a part of the “Investissements d&#39;Avenir” Program (ANR 11 – LABX-0002-01).</p><p><a href="hhttp://www.beta-umr7522.fr/"><img src="assets/logos_betaumr.png" alt="BLogos"/></a></p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="tutorials/Betaml_tutorial_getting_started.html">Getting started »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.3.0 on <span class="colophon-date" title="Monday 18 March 2024 12:33">Monday 18 March 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/search_index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 3d9a817

Please sign in to comment.