|
1 | 1 | <!doctype html> |
2 | 2 | <html> |
3 | | - |
4 | 3 | <head> |
5 | | - |
6 | | - <meta charset="utf-8"> |
| 4 | + <meta charset="utf-8"> |
7 | 5 | <title>Techtonique/Packages</title> |
8 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
9 | 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
10 | | - <!-- spacelab litera sandstone cyborg slate --> |
11 | 8 | <link rel="stylesheet" href="https://bootswatch.com/4/darkly/bootstrap.css" media="screen"> |
12 | 9 | <link rel="stylesheet" href="https://bootswatch.com/_assets/css/custom.min.css"> |
13 | 10 | <link rel="icon" type="image/png" href="images/t-logo.png"> |
14 | | - |
15 | | - <!-- Global site tag (gtag.js) - Google Analytics --> |
16 | | - <script async src="https://www.googletagmanager.com/gtag/js?id=UA-146345113-2"> |
17 | | - </script> |
18 | | - |
19 | | - <script> |
20 | | - window.dataLayer = window.dataLayer || []; |
21 | | - function gtag(){dataLayer.push(arguments);} |
22 | | - gtag('js', new Date()); |
23 | | - gtag('config', 'UA-146345113-2'); |
24 | | - </script> |
25 | | - |
26 | 11 | </head> |
27 | | - |
28 | 12 | <body> |
29 | | - |
30 | | - <div class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark"> |
31 | | - |
| 13 | + <!-- NAVBAR --> |
| 14 | + <div class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark"> |
32 | 15 | <div class="container"> |
33 | | - |
34 | 16 | <a href="/" class="navbar-brand">Techtonique</a> |
35 | 17 | <button class="navbar-toggler" type="button" data-toggle="collapse" |
36 | | - data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" |
37 | | - aria-label="Toggle navigation"> |
| 18 | + data-target="#navbarResponsive"> |
38 | 19 | <span class="navbar-toggler-icon"></span> |
39 | 20 | </button> |
40 | | - |
41 | | - <div class="collapse navbar-collapse" id="navbarResponsive" style=""> |
42 | | - |
| 21 | + <div class="collapse navbar-collapse" id="navbarResponsive"> |
43 | 22 | <ul class="navbar-nav"> |
44 | 23 | <li class="nav-item"> |
45 | 24 | <a class="nav-link" href="https://github.com/Techtonique/">GitHub</a> |
46 | | - </li> |
| 25 | + </li> |
47 | 26 | </ul> |
48 | | - |
49 | 27 | </div> |
50 | | - |
51 | 28 | </div> |
52 | | - |
53 | 29 | </div> |
54 | 30 |
|
55 | | - <div class="container"> |
| 31 | + <div class="container"> |
56 | 32 | <div class="page-header" id="banner"> |
57 | 33 | <div class="row"> |
58 | 34 | <div class="col-lg-8 col-md-7 col-sm-6"> |
59 | 35 | <h1>Techtonique</h1> |
60 | 36 | <p class="lead">Packages</p> |
61 | 37 | <br> |
62 | 38 | </div> |
63 | | - |
64 | 39 | <div class="col-lg-4 col-md-5 col-sm-6"> |
65 | 40 | <div class="sponsor"> |
66 | | - |
67 | 41 | <img src="images/t-logo.png" alt="Logo"> |
68 | | - <!-- <script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CKYIE23N&placement=bootswatchcom" id="_carbonads_js"></script> --> |
69 | | - |
70 | 42 | </div> |
71 | 43 | </div> |
72 | 44 | </div> |
73 | 45 | </div> |
74 | 46 | </div> |
75 | | - <br> |
76 | | - <br> |
| 47 | + |
| 48 | + <br><br> |
| 49 | + |
77 | 50 | <div class="container"> |
78 | | - <div class="row"> |
| 51 | + <div class="row"> |
79 | 52 | <div class="bs-component"> |
80 | 53 | <div class="col-lg-12"> |
81 | | - <p>Welcome to <b>Techtonique/Packages</b>. |
82 | | - <br> |
83 | | - <br> |
84 | | - <b>Techtonique = tech, statistics, machine learning, |
85 | | - computer simulation, numerical optimization. </b> |
86 | | - <br> |
87 | | - Here, you'll find |
88 | | - <b>examples + documentation</b> for |
89 | | - <b> <a href="https://github.com/Techtonique">Techtonique</a></b>'s tools. |
90 | | - <br> |
91 | | - <br> |
92 | | - Currently available: |
93 | | - <ul> |
94 | | - <li> <a href="nnetsauce/index.html">nnetsauce for Python</a> and <a href="nnetsauce_r/">nnetsauce for R</a> Statistical/Machine Learning using Randomized and Quasi-Randomized (neural) networks | <a href="https://pepy.tech/project/nnetsauce"><img alt="Downloads" src="https://static.pepy.tech/badge/nnetsauce" /></a> <a href="https://anaconda.org/conda-forge/nnetsauce"> <img src="https://anaconda.org/conda-forge/nnetsauce/badges/downloads.svg" /> </a> </li> |
95 | | - <li> <a href="mlsauce/index.html">mlsauce for Python</a> and <a href="mlsauce_r/index.html">mlsauce for R</a> Miscellaneous Statistical/Machine Learning stuff | <a href="https://pepy.tech/project/mlsauce"><img alt="Downloads" src="https://static.pepy.tech/badge/mlsauce" /></a> <a href="https://anaconda.org/conda-forge/mlsauce"> <img src="https://anaconda.org/conda-forge/mlsauce/badges/downloads.svg" /> </a> </li> |
96 | | - <li> <a href="ahead/index.html">ahead (for R)</a> and <a href="ahead_python/index.html">ahead (for Python)</a> Univariate and Multivariate time series forecasting | <a href="https://pepy.tech/project/ahead"><img alt="Downloads" src="https://static.pepy.tech/badge/ahead" /></a> <a href="https://anaconda.org/conda-forge/ahead_python"> <img src="https://anaconda.org/conda-forge/ahead_python/badges/downloads.svg" /> </a> </li> |
97 | | - <li> <a href="GPopt/index.html">gpopt</a> Bayesian optimization using Gaussian Process Regression | <a href="https://pepy.tech/project/gpopt"><img alt="Downloads" src="https://static.pepy.tech/badge/gpopt" /></a> </li> |
98 | | - <li> <a href="bcn/index.html">bcn (for R)</a> and <a href="bcn_python/index.html">BCN (for Python)</a> Boosted Configuration (neural) Networks for supervised learning | <a href="https://pepy.tech/project/bcn"><img alt="Downloads" src="https://static.pepy.tech/badge/bcn" /></a></li> |
99 | | - <li> <a href="teller/index.html">teller</a> Model-agnostic Statistical/Machine Learning explainability | <a href="https://pepy.tech/project/the-teller"><img alt="Downloads" src="https://static.pepy.tech/badge/the-teller" /></a> </li> |
100 | | - <li> <a href="querier/index.html">querier</a> A query language for Python Data Frames | <a href="https://pepy.tech/project/querier"><img alt="Downloads" src="https://static.pepy.tech/badge/querier" /></a> </li> |
101 | | - <li> <a href="ESGtoolkit/index.html">esgtoolkit</a> A toolkit for Monte Carlo Simulations in Finance, Economics, Insurance, Physics <a href="https://pepy.tech/project/esgtoolkit"><img alt="Downloads" src="https://static.pepy.tech/badge/esgtoolkit" /></a> </li> |
102 | | - <li> <a href="rtopy/index.html">rtopy</a> Calling R functions in Python | <a href="https://pepy.tech/project/rtopy"><img alt="Downloads" src="https://static.pepy.tech/badge/rtopy" /></a> <a href="https://anaconda.org/conda-forge/rtopy"> <img src="https://anaconda.org/conda-forge/rtopy/badges/downloads.svg" /> </a> </li> |
103 | | - <li> <a href="crossvalidation/index.html">crossvalidation</a> Generic R functions for cross-validation</li> |
104 | | - <li> <a href="learningmachine/index.html">learningmachine (for R)</a> and <a href="learningmachine_python/index.html">learningmachine (for Python)</a> Machine Learning with Explanations and Uncertainty Quantification | <a href="https://pepy.tech/project/learningmachine"><img alt="Downloads" src="https://static.pepy.tech/badge/learningmachine" /></a> </li> |
105 | | - <li> <a href="unifiedbooster/index.html">unifiedbooster</a> Unified interface for Gradient Boosted Decision Trees algorithms | <a href="https://pepy.tech/project/unifiedbooster"><img alt="Downloads" src="https://static.pepy.tech/badge/unifiedbooster" /></a> </li> |
106 | | - <li> <a href="misc/index.html">misc</a> Miscellaneous useful R functions</li> |
107 | | - <li> <a href="techtonique_api_py/index.html">Techtonique API calls in Python</a> and <a href="techtonique_api_r/index.html">Techtonique API calls in R</a> | <a href="https://pepy.tech/project/forecastingapi"><img alt="Downloads" src="https://static.pepy.tech/badge/forecastingapi" /></a> </li> |
108 | | - <li> |
109 | | - <a href="survivalist/index.html">survivalist</a> Model agnostic Survival analysis with Machine Learning and uncertainty quantification | <a href="https://pepy.tech/project/survivalist"><img alt="Downloads" src="https://static.pepy.tech/badge/survivalist" /></a> |
110 | | - </li> |
111 | | - <li> |
112 | | - <a href="tisthemachinelearner_r/index.html">tisthemachinelearner (R) </a> <a href="tisthemachinelearner/index.html">tisthemachinelearner (Python) </a> Lightweight interface to scikit-learn with 2 classes, Classifier and Regressor. | <a href="https://pepy.tech/project/tisthemachinelearner"><img alt="Downloads" src="https://static.pepy.tech/badge/tisthemachinelearner" /></a> |
113 | | - </li> |
114 | | - <li> |
115 | | - <a href="genbooster/index.html">genbooster</a> A fast gradient boosting and bagging (RandomBagClassifier, similar to RandomForestClassifier) implementation using Rust and Python. Any base learner can be employed. | <a href="https://pepy.tech/project/genbooster"><img alt="Downloads" src="https://static.pepy.tech/badge/genbooster" /></a> |
116 | | - </li> |
117 | | - <li> |
118 | | - <a href="matern32/index.html">matern32</a> Interpretable Kernel Ridge Regression using Matern 3/2 kernels in R. |
119 | | - </li> |
120 | | - <li> |
121 | | - <a href="bayesianrvfl/index.html">bayesianrvfl</a> Adaptive Bayesian (NON)Linear regression in R. |
122 | | - </li> |
123 | | - <li> |
124 | | - <a href="after/index.html">after</a> Univariate and multivariate time series forecasting with multiple models. |
125 | | - </li> |
126 | | - <li> |
127 | | - <a href="rvfl/index.html">rvfl</a> Random Vector Functional Link (RVFL) networks in R. |
128 | | - </li> |
129 | | - <li> |
130 | | - <a href="mlreserving/index.html">mlreserving</a> Machine Learning Reserving for (longitudinal) triangle data. | <a href="https://pepy.tech/project/mlreserving"><img alt="Downloads" src="https://static.pepy.tech/badge/mlreserving" /></a> |
131 | | - </li> |
132 | | - <li> |
133 | | - <a href="glmnetforpython/index.html">GLMNet</a> Elastic Net regression and classification using GLMNet. | <a href="https://pepy.tech/project/glmnetforpython"><img alt="Downloads" src="https://static.pepy.tech/badge/glmnetforpython" /></a> |
134 | | - </li> |
135 | | - <li> |
136 | | - <a href="cybooster/index.html">cybooster</a> Generic Boosting (can use GPUs). | <a href="https://pepy.tech/project/cybooster"><img alt="Downloads" src="https://static.pepy.tech/badge/cybooster" /></a> |
137 | | - </li> |
138 | | - <li> |
139 | | - <a href="ftsatoo/index.html">ftsatoo</a> Functions for visualizing, modeling, (generic) forecasting and hypothesis testing of functional time series. |
140 | | - </li> |
141 | | - <li> |
142 | | - <a href="stochasticscenarios/index.html">stochasticscenarios</a> A Package for Asset Projection Using Stochastic Simulation |
143 | | - </li> |
144 | | - <li> |
145 | | - <a href="synthe/index.html">synthe</a> Synthetic Data Simulation/Generation | <a href="https://pepy.tech/project/synthe"><img alt="Downloads" src="https://static.pepy.tech/badge/synthe" /></a> |
146 | | - </li> |
147 | | - <li> |
148 | | - <a href="unifiedml/index.html">unifiedml</a> A Unified Machine Learning Interface for R (any R model you can think of) |
149 | | - </li> |
150 | | - </ul> |
151 | | - </p> |
| 54 | + <p>Welcome to <b>Techtonique/Packages</b>.</p> |
| 55 | + <p><b>Techtonique = tech, statistics, machine learning, |
| 56 | + computer simulation, numerical optimization.</b></p> |
| 57 | + <p>Here, you'll find <b>examples + documentation</b> for |
| 58 | + <b><a href="https://github.com/Techtonique">Techtonique</a></b>'s tools.</p> |
| 59 | + |
| 60 | + <p>Currently available:</p> |
| 61 | + <ul> |
| 62 | + <!-- Python + R packages with added R badges (cranlogs / R-universe) --> |
| 63 | + |
| 64 | + <li> |
| 65 | + <a href="nnetsauce/index.html">nnetsauce for Python</a> and |
| 66 | + <a href="nnetsauce_r/">nnetsauce for R</a> |
| 67 | + | R: <img src="https://r-universe.techtonique.org/badges/nnetsauce" /> |
| 68 | + | Python: <img src="https://static.pepy.tech/badge/nnetsauce" /> |
| 69 | + </li> |
| 70 | + |
| 71 | + <li> |
| 72 | + <a href="mlsauce/index.html">mlsauce for Python</a> and |
| 73 | + <a href="mlsauce_r/index.html">mlsauce for R</a> |
| 74 | + | R: <img src="https://r-universe.techtonique.org/badges/mlsauce" /> |
| 75 | + | Python: <img src="https://static.pepy.tech/badge/mlsauce" /> |
| 76 | + </li> |
| 77 | + |
| 78 | + <li> |
| 79 | + <a href="ahead/index.html">ahead (R)</a> and |
| 80 | + <a href="ahead_python/index.html">ahead (Python)</a> |
| 81 | + | R: <img src="https://r-universe.techtonique.org/badges/ahead" /> |
| 82 | + | Python: <img src="https://static.pepy.tech/badge/ahead" /> |
| 83 | + </li> |
| 84 | + |
| 85 | + <li> |
| 86 | + <a href="GPopt/index.html">gpopt</a> |
| 87 | + | R: <img src="https://r-universe.techtonique.org/badges/gpopt" /> |
| 88 | + </li> |
| 89 | + |
| 90 | + <li> |
| 91 | + <a href="bcn/index.html">bcn (R)</a> and |
| 92 | + <a href="bcn_python/index.html">BCN (Python)</a> |
| 93 | + | R: <img src="https://r-universe.techtonique.org/badges/bcn" /> |
| 94 | + | Python: <img src="https://static.pepy.tech/badge/bcn" /> |
| 95 | + </li> |
| 96 | + |
| 97 | + <li> |
| 98 | + <a href="teller/index.html">teller</a> |
| 99 | + | R: <img src="https://r-universe.techtonique.org/badges/teller" /> |
| 100 | + </li> |
| 101 | + |
| 102 | + <li> |
| 103 | + <a href="querier/index.html">querier</a> |
| 104 | + | R: <img src="https://r-universe.techtonique.org/badges/querier" /> |
| 105 | + </li> |
| 106 | + |
| 107 | + <li> |
| 108 | + <a href="ESGtoolkit/index.html">esgtoolkit</a> |
| 109 | + | R: <img src="https://r-universe.techtonique.org/badges/ESGtoolkit" /> |
| 110 | + </li> |
| 111 | + |
| 112 | + <li> |
| 113 | + <a href="rtopy/index.html">rtopy</a> |
| 114 | + | Python: <img src="https://static.pepy.tech/badge/rtopy" /> |
| 115 | + </li> |
| 116 | + |
| 117 | + <li> |
| 118 | + <a href="crossvalidation/index.html">crossvalidation</a> |
| 119 | + | R: <img src="https://r-universe.techtonique.org/badges/crossvalidation" /> |
| 120 | + </li> |
| 121 | + |
| 122 | + <li> |
| 123 | + <a href="learningmachine/index.html">learningmachine (R)</a> and |
| 124 | + <a href="learningmachine_python/index.html">learningmachine (Python)</a> |
| 125 | + | R: <img src="https://r-universe.techtonique.org/badges/learningmachine" /> |
| 126 | + </li> |
| 127 | + |
| 128 | + <li> |
| 129 | + <a href="unifiedbooster/index.html">unifiedbooster</a> |
| 130 | + | R: <img src="https://r-universe.techtonique.org/badges/unifiedbooster" /> |
| 131 | + </li> |
| 132 | + |
| 133 | + <li> |
| 134 | + <a href="misc/index.html">misc (R)</a> |
| 135 | + | R: <img src="https://r-universe.techtonique.org/badges/misc" /> |
| 136 | + </li> |
| 137 | + |
| 138 | + <li> |
| 139 | + <a href="techtonique_api_py/index.html">Techtonique API (Python)</a> and |
| 140 | + <a href="techtonique_api_r/index.html">Techtonique API (R)</a> |
| 141 | + | R: <img src="https://r-universe.techtonique.org/badges/forecastingapi" /> |
| 142 | + </li> |
| 143 | + |
| 144 | + <li> |
| 145 | + <a href="survivalist/index.html">survivalist</a> |
| 146 | + | R: <img src="https://r-universe.techtonique.org/badges/survivalist" /> |
| 147 | + </li> |
| 148 | + |
| 149 | + <li> |
| 150 | + <a href="tisthemachinelearner_r/index.html">tisthemachinelearner (R)</a> |
| 151 | + <a href="tisthemachinelearner/index.html">tisthemachinelearner (Python)</a> |
| 152 | + | R: <img src="https://r-universe.techtonique.org/badges/tisthemachinelearner" /> |
| 153 | + </li> |
| 154 | + |
| 155 | + <li> |
| 156 | + <a href="genbooster/index.html">genbooster</a> |
| 157 | + | Python: <img src="https://static.pepy.tech/badge/genbooster" /> |
| 158 | + </li> |
| 159 | + |
| 160 | + <li> |
| 161 | + <a href="matern32/index.html">matern32</a> |
| 162 | + | R: <img src="https://r-universe.techtonique.org/badges/matern32" /> |
| 163 | + </li> |
| 164 | + |
| 165 | + <li> |
| 166 | + <a href="bayesianrvfl/index.html">bayesianrvfl</a> |
| 167 | + | R: <img src="https://r-universe.techtonique.org/badges/bayesianrvfl" /> |
| 168 | + </li> |
| 169 | + |
| 170 | + <li> |
| 171 | + <a href="after/index.html">after</a> |
| 172 | + | R: <img src="https://r-universe.techtonique.org/badges/after" /> |
| 173 | + </li> |
| 174 | + |
| 175 | + <li> |
| 176 | + <a href="rvfl/index.html">rvfl</a> |
| 177 | + | R: <img src="https://r-universe.techtonique.org/badges/rvfl" /> |
| 178 | + </li> |
| 179 | + |
| 180 | + <li> |
| 181 | + <a href="mlreserving/index.html">mlreserving</a> |
| 182 | + | R: <img src="https://r-universe.techtonique.org/badges/mlreserving" /> |
| 183 | + </li> |
| 184 | + |
| 185 | + <li> |
| 186 | + <a href="glmnetforpython/index.html">GLMNet (Python)</a> |
| 187 | + | Python: <img src="https://static.pepy.tech/badge/glmnetforpython" /> |
| 188 | + </li> |
| 189 | + |
| 190 | + <li> |
| 191 | + <a href="cybooster/index.html">cybooster</a> |
| 192 | + | Python: <img src="https://static.pepy.tech/badge/cybooster" /> |
| 193 | + </li> |
| 194 | + |
| 195 | + <li> |
| 196 | + <a href="ftsatoo/index.html">ftsatoo</a> |
| 197 | + | R: <img src="https://r-universe.techtonique.org/badges/ftsatoo" /> |
| 198 | + </li> |
| 199 | + |
| 200 | + <li> |
| 201 | + <a href="stochasticscenarios/index.html">stochasticscenarios</a> |
| 202 | + | R: <img src="https://r-universe.techtonique.org/badges/stochasticscenarios" /> |
| 203 | + </li> |
| 204 | + |
| 205 | + <li> |
| 206 | + <a href="synthe/index.html">synthe</a> |
| 207 | + | R: <img src="https://r-universe.techtonique.org/badges/synthe" /> |
| 208 | + </li> |
| 209 | + |
| 210 | + <li> |
| 211 | + <a href="unifiedml/index.html">unifiedml</a> |
| 212 | + | R: <img src="https://r-universe.techtonique.org/badges/unifiedml" /> |
| 213 | + </li> |
| 214 | + </ul> |
152 | 215 | </div> |
153 | 216 | </div> |
| 217 | + </div> |
154 | 218 | </div> |
155 | | - </div> |
156 | 219 |
|
157 | | - <hr> |
| 220 | + <hr> |
158 | 221 |
|
159 | | - <footer> |
160 | | - <div class="container"> |
161 | | - © <a href="https://thierrymoudiki.github.io">T. Moudiki</a> |
162 | | - </div> |
163 | | - </footer> |
| 222 | + <footer> |
| 223 | + <div class="container"> |
| 224 | + © <a href="https://thierrymoudiki.github.io">T. Moudiki</a> |
| 225 | + </div> |
| 226 | + </footer> |
164 | 227 |
|
165 | 228 | <script src="https://bootswatch.com/_vendor/jquery/dist/jquery.min.js"></script> |
166 | 229 | <script src="https://bootswatch.com/_vendor/popper.js/dist/umd/popper.min.js"></script> |
167 | 230 | <script src="https://bootswatch.com/_vendor/bootstrap/dist/js/bootstrap.min.js"></script> |
168 | 231 | <script src="https://bootswatch.com/_assets/js/custom.js"></script> |
169 | | - |
170 | 232 | </body> |
171 | | - |
172 | 233 | </html> |
173 | | - |
174 | | - |
175 | | - |
176 | | - |
177 | | - |
178 | | - |
179 | | - |
|
0 commit comments