Home
last modified time | relevance | path

Searched defs:models (Results 1 – 25 of 2506) sorted by relevance

12345678910>>...101

/dports/math/py-arviz/arviz-0.11.4/arviz/tests/base_tests/
H A Dtest_plots_bokeh.py187 def test_plot_trace(models, kwargs): argument
398 def test_plot_energy(models, kind): argument
402 def test_plot_energy_bad(models): argument
456 def test_plot_ess_bad_kind(models): argument
572 def test_plot_joint(models, kind): argument
590 def test_plot_joint_bad(models): argument
816 def test_plot_pair_bad(models): argument
868 def test_plot_violin_ax(models): argument
946 def test_plot_ppc_grid(models): argument
1096 def test_plot_bpv(models, kwargs): argument
[all …]
H A Dtest_plots_matplotlib.py203 def test_plot_trace(models, kwargs): argument
331 def test_plot_energy(models, kind): argument
335 def test_plot_energy_bad(models): argument
358 def test_plot_joint(models, kind): argument
374 def test_plot_joint_bad(models): argument
567 def test_plot_pair(models, kwargs): argument
581 def test_plot_pair_bad(models): argument
834 def test_plot_legend(models): argument
848 def test_plot_violin_ax(models): argument
1145 def test_plot_elpd_bad_ic(models): argument
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/doc/sphinx/yaml/
H A Dphases.rst259 ``Debye-Huckel``
354 ``edge``
382 ``HMW-electrolyte``
506 ``ideal-gas``
600 ``ideal-surface``
642 ``lattice``
666 ``Margules``
734 ``electron-cloud``
748 ``pure-fluid``
770 ``Redlich-Kister``
[all …]
H A Dspecies.rst63 .. _sec-yaml-nasa7:
134 Shomate polynomials
166 Constant heat capacity
203 Piecewise Gibbs
263 Constant volume
310 HKFT
347 Ideal gas
357 Ions from neutral molecule
382 Liquid Water IAPWS95
405 Redlich-Kwong
[all …]
/dports/math/gretl/gretl-2021d/doc/tex/
H A Dpanel.tex14 \subsection{Pooled Ordinary Least Squares}
32 \subsection{The fixed and random effects models}
244 \subsection{Choice of estimator}
318 \subsection{Testing panel models}
409 \subsection{Serial correlation}
443 \subsection{Robust standard errors}
453 \subsection{The constant in the fixed effects model}
519 \subsection{R-squared in the fixed effects model}
549 \subsection{Residuals in the fixed and random effect models}
H A Dmidas.tex183 \subsection{Examples of usage}
222 \subsection{Replication exercise}
414 \subsection{Underlying methods}
453 \subsection{Testing for a structural break}
479 \subsection{Defining your own MIDAS estimator}
584 \subsection{Plot of coefficients}
H A Dtimeseries.tex15 \subsection{Representation and syntax}
31 \subsection{Mean terms}
150 \subsection{Seasonal models}
183 \subsection{Gaps in the lag structure}
213 \subsection{Differencing and ARIMA}
287 \subsection{Estimation}
351 \subsection{Convergence and initialization}
406 \subsection{Estimation via X-12-ARIMA}
441 \subsection{Forecasting}
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dnapalm_yang_mod.py57 def _get_root_object(models): argument
75 def diff(candidate, running, *models):
136 def parse(*models, **kwargs):
373 def get_config(data, *models, **kwargs):
425 def load_config(data, *models, **kwargs):
580 def compliance_report(data, *models, **kwargs):
/dports/databases/py-marshmallow-sqlalchemy/marshmallow-sqlalchemy-0.26.1/tests/
H A Dtest_conversion.py30 def test_fields_for_model_types(self, models): argument
49 def test_fields_for_model_saves_doc(self, models): argument
56 def test_length_validator_set(self, models): argument
70 def test_sets_enum_choices(self, models): argument
76 def test_many_to_many_relationship(self, models): argument
83 def test_many_to_one_relationship(self, models): argument
90 def test_include_fk(self, models): argument
97 def test_overridden_with_fk(self, models): argument
101 def test_info_overrides(self, models): argument
119 def test_rename_key(self, models): argument
[all …]
H A Dtest_sqlalchemy_schema.py16 def teacher(models, session): argument
27 def school(models, session): argument
47 def sqla_auto_model_schema(models, request): argument
58 def sqla_auto_table_schema(models, request): argument
100 def sqla_schema_with_fks(models, request): argument
296 def test_auto_schema_skips_synonyms(models): argument
336 def aliased_schema(self, models): argument
347 def aliased_auto_schema(self, models): argument
454 models, argument
505 models, session, school argument
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/user/
H A Dandroid_tasks.php55 function get_vendors($models) {
82 function show_vendor($vendor, $models) {
119 $models = get_cached_data(86400); variable
121 $models = unserialize($models); variable
123 $models = get_models(); variable
/dports/math/glpk/glpk-5.0/doc/
H A Dglpk03.tex540 \subsection{Introduction}
711 \subsection{glp\_mpl\_alloc\_wksp --- allocate the translator
731 \subsection{glp\_mpl\_init\_rand --- initialize pseudo-random number
751 \subsection{glp\_mpl\_read\_model --- read and translate model section}
779 \subsection{glp\_mpl\_read\_data --- read and translate data section}
799 \subsection{glp\_mpl\_generate --- generate the model}
826 \subsection{glp\_mpl\_build\_prob --- build problem instance from the
844 \subsection{glp\_mpl\_postsolve --- postsolve the model}
873 \subsection{glp\_mpl\_free\_wksp --- free the translator workspace}
/dports/www/py-django-cms/django-cms-3.7.1/docs/how_to/
H A Dfrontend_models.rst124 Configure the model's admin class
151 Selected fields edit
184 Special attributes
194 Custom views
236 Model changelist
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/database/count/
H A Dreltuples_count_strategy.rb16 attr_reader :models accessor in Gitlab.Database.Count.ReltuplesCountStrategy
17 def initialize(models) argument
35 def non_sti_models(models) argument
39 def non_sti_table_names(models) argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/
H A DSaveablesProvider.java69 final protected void fireSaveablesOpened(Saveable[] models) { in fireSaveablesOpened()
84 final protected boolean fireSaveablesClosing(Saveable[] models, in fireSaveablesClosing()
98 final protected void fireSaveablesClosed(Saveable[] models) { in fireSaveablesClosed()
109 final protected void fireSaveablesDirtyChanged(Saveable[] models) { in fireSaveablesDirtyChanged()
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/acs/
H A D_loadbalancer.py24 outbound_ports, idle_timeout, profile, models): argument
34 outbound_ports, idle_timeout, models): argument
47 idle_timeout, profile, models): argument
102 def _get_load_balancer_outbound_ips(load_balancer_outbound_ips, models): argument
113 def _get_load_balancer_outbound_ip_prefixes(load_balancer_outbound_ip_prefixes, models): argument
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/pytorch/
H A DREADME.md39 ### Convert Pytorch pre-trained models to IR
55 ### Convert models from IR to PyTorch code snippet and weights
69 ### Generate PyTorch model from code snippet file and weight file
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/uan/doc/
H A Duan.rst198 AUV mobility models design
224 Use cases
238 AUV energy models
251 AUV energy sources
259 Acoustic modem energy model
279 UAN module energy modifications
287 Li-Ion batteries model
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/
H A DPluginImportWizard.java99 final IPluginModelBase[] models = getModelsToImport(); in performFinish() local
118 …doImportOperation(page1.getImportType(), models, page2.forceAutoBuild(), launchedConfiguration > 0… in performFinish() local
163 …public static void doImportOperation(Shell shell, int importType, IPluginModelBase[] models, boole… in doImportOperation()
180 …public static void doImportOperation(int importType, IPluginModelBase[] models, boolean forceAutob… in doImportOperation()
199 IPluginModelBase[] models = getModelsToImport(); in getNextPage() local
230 IPluginModelBase[] models = getModelsToImport(); in handlePageChanging() local
/dports/www/py-fastapi/fastapi-0.70.0/docs/en/docs/tutorial/
H A Dsql-databases.md177 ### Create SQLAlchemy models from the `Base` class
198 ### Create model attributes/columns
212 ### Create the relationships
241 ### Create initial Pydantic *models* / schemas
271 ### Create Pydantic *models* / schemas for reading / returning
288 ### Use Pydantic's `orm_mode`
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/concept/
H A Drequires.hpp50 # define BOOST_CONCEPT_REQUIRES(models, result) \ argument
56 # define BOOST_CONCEPT_REQUIRES(models, result) \ argument
65 # define BOOST_CONCEPT_REQUIRES(models, result) \ argument
74 #define BOOST_CONCEPT_WHERE(models,result) BOOST_CONCEPT_REQUIRES(models,result) argument
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/doc/source/
H A Dwifi-design.rst259 PhyEntity
318 WifiPpdu
344 YansWifiPhy and WifiPhyStateHelper
472 InterferenceHelper
525 ErrorRateModel
575 TableBasedErrorRateModel
612 Legacy ErrorRateModels
652 SpectrumWifiPhy
/dports/devel/hyperscan/boost_1_75_0/boost/concept/
H A Drequires.hpp65 # define BOOST_CONCEPT_REQUIRES(models, result) \ argument
71 # define BOOST_CONCEPT_REQUIRES(models, result) \ argument
80 # define BOOST_CONCEPT_REQUIRES(models, result) \ argument
89 #define BOOST_CONCEPT_WHERE(models,result) BOOST_CONCEPT_REQUIRES(models,result) argument
/dports/devel/boost-python-libs/boost_1_72_0/boost/concept/
H A Drequires.hpp65 # define BOOST_CONCEPT_REQUIRES(models, result) \ argument
71 # define BOOST_CONCEPT_REQUIRES(models, result) \ argument
80 # define BOOST_CONCEPT_REQUIRES(models, result) \ argument
89 #define BOOST_CONCEPT_WHERE(models,result) BOOST_CONCEPT_REQUIRES(models,result) argument
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/concept/
H A Drequires.hpp65 # define BOOST_CONCEPT_REQUIRES(models, result) \ argument
71 # define BOOST_CONCEPT_REQUIRES(models, result) \ argument
80 # define BOOST_CONCEPT_REQUIRES(models, result) \ argument
89 #define BOOST_CONCEPT_WHERE(models,result) BOOST_CONCEPT_REQUIRES(models,result) argument

12345678910>>...101