PyPI project
accord-deepscale
18 indexed releases ยท newest sdist 0.1.10 with 193 indexed members
Files in 0.1.10 accord_deepscale-0.1.10.tar.gz
- examples/demo_checkpoint_roundtrip.py
- examples/demo_corrdiff.py
- examples/demo_delta_scaling.py
- examples/demo_detrended_qm.py
- examples/demo_ensemble_regression.py
- examples/demo_forecast.py
- examples/demo_logistic_wvg.py
- examples/demo_probabilistic_method.py
- examples/demo_quantile_mapping.py
- examples/demo_realdata_comparison.py
- examples/demo_realdata_skill.py
- examples/demo_seasonal_mme.py
- examples/demo_seasonal_mme_multimodel.py
- examples/demo_train_inference.py
- examples/seasonal_forecast_eastafrica_mam.py
- scripts/benchmark_pycpt.py
- scripts/nightly/__init__.py
- scripts/nightly/config.py
- scripts/nightly/output_writer.py
- scripts/nightly/publish.py
- scripts/nightly/run_country.py
- scripts/nightly/select_targets.py
- scripts/reproduce.py
- scripts/reproduce_batch.py
- scripts/s2s/__init__.py
- scripts/s2s/config.py
- scripts/s2s/dekads.py
- scripts/s2s/detect_new_issuances.py
- scripts/s2s/issuance_store.py
- scripts/s2s/plotting.py
- scripts/s2s/publish_pages.py
- scripts/s2s/render_dashboard.py
- scripts/s2s/run_issuance.py
- scripts/s2s/scoring.py
- scripts/s2s/verify.py
- skills/deepscale/examples/analog_completion.py
- skills/deepscale/examples/calibration.py
- skills/deepscale/examples/end_to_end_forecast.py
- skills/deepscale/examples/ensemble_and_reporting.py
- skills/deepscale/examples/seasonal_mme_pipeline.py
- skills/deepscale/examples/smoothed_calibration.py
- src/deepscale/__init__.py
- src/deepscale/_optional.py
- src/deepscale/_spatial.py
- src/deepscale/_warnings.py
- src/deepscale/analog.py
- src/deepscale/calibrate.py
- src/deepscale/climate.py
- src/deepscale/combine.py
- src/deepscale/compare.py
- src/deepscale/completion.py
- src/deepscale/cv.py
- src/deepscale/downscale.py
- src/deepscale/ensemble.py
- src/deepscale/flex_forecast.py
- src/deepscale/indices.py
- src/deepscale/io.py
- src/deepscale/logistic.py
- src/deepscale/methods/__init__.py
- src/deepscale/methods/_qm_kernel.py
- src/deepscale/methods/base.py
- src/deepscale/methods/bcsd.py
- src/deepscale/methods/cca.py
- src/deepscale/methods/climatology.py
- src/deepscale/methods/corrdiff.py
- src/deepscale/methods/delta.py
- src/deepscale/methods/dqm.py
- src/deepscale/methods/ensemble_regression.py
- src/deepscale/methods/qm.py
- src/deepscale/methods/rank_analog.py
- src/deepscale/methods/smoothed_regression.py
- src/deepscale/metrics/__init__.py
- src/deepscale/metrics/base.py
- src/deepscale/metrics/cross_validation.py
- src/deepscale/metrics/crpss.py
- src/deepscale/metrics/generalized_roc.py
- src/deepscale/metrics/heidke.py
- src/deepscale/metrics/msss.py
- src/deepscale/metrics/pearson.py
- src/deepscale/metrics/reliability.py
- src/deepscale/metrics/rmse.py
- src/deepscale/metrics/roc.py
- src/deepscale/metrics/rpss.py
- src/deepscale/metrics/significance.py
- src/deepscale/metrics/spearman.py
- src/deepscale/metrics/spread_error.py
- src/deepscale/metrics/two_afc.py
- src/deepscale/optimize.py
- src/deepscale/pev.py
- src/deepscale/pipelines/__init__.py
- src/deepscale/pipelines/seasonal.py
- src/deepscale/plotting/__init__.py
- src/deepscale/plotting/domains.py
- src/deepscale/plotting/forecasts.py
- src/deepscale/plotting/maps.py
- src/deepscale/plotting/modes.py
- src/deepscale/plotting/reliability.py
- src/deepscale/plotting/scenarios.py
- src/deepscale/plotting/skill.py
- src/deepscale/plotting/style.py
- src/deepscale/registry.py
- src/deepscale/reporting/__init__.py
- src/deepscale/reporting/_pages.py
- src/deepscale/reporting/svslrf.py
- src/deepscale/series.py
- src/deepscale/skill.py
- src/deepscale/strategies/__init__.py
- src/deepscale/strategies/base.py
- src/deepscale/strategies/bma.py
- src/deepscale/strategies/drop_worst.py
- src/deepscale/strategies/skill_weighted.py
- src/deepscale/strategies/uniform.py
- src/deepscale/tercile.py
- src/deepscale/time.py
- src/deepscale/training/__init__.py
- tests/__init__.py
- tests/conftest.py
- tests/s2s/__init__.py
- tests/s2s/test_config.py
- tests/s2s/test_dekads.py
- tests/s2s/test_detect_new_issuances.py
- tests/s2s/test_issuance_store.py
- tests/s2s/test_obs_lookup.py
- tests/s2s/test_plotting.py
- tests/s2s/test_plotting_dark.py
- tests/s2s/test_publish_pages.py
- tests/s2s/test_render_dashboard.py
- tests/s2s/test_run_issuance_integration.py
- tests/s2s/test_scoring.py
- tests/s2s/test_verify_integration.py
- tests/test_agreement.py
- tests/test_analog.py
- tests/test_calibrate.py
- tests/test_calibrate_deterministic.py
- tests/test_calibrate_ereg_native_years.py
- tests/test_calibrate_probabilistic.py
- tests/test_cca_cpt_args.py
- tests/test_cca_robustness.py
- tests/test_climate.py
- tests/test_climatology_integration.py
- tests/test_combine_terciles.py
- tests/test_completion.py
- tests/test_corrdiff.py
- tests/test_corrdiff_integration.py
- tests/test_crpss.py
- tests/test_cv.py
- tests/test_delta.py
- tests/test_downscale.py
- tests/test_dqm.py
- tests/test_ensemble.py
- tests/test_ensemble_diagnostics.py
- tests/test_ensemble_regression.py
- tests/test_ensemble_safeguards_integration.py
- tests/test_example_eastafrica_mam.py
- tests/test_example_logistic_ereg.py
- tests/test_flex_forecast.py
- tests/test_groc_integration.py
- tests/test_indices.py
- tests/test_indices_general.py
- tests/test_integration_reporting.py
- tests/test_logistic.py
- tests/test_mask_forecast.py
- tests/test_method_invariants.py
- tests/test_methods.py
- tests/test_metrics.py
- tests/test_msss.py
- tests/test_nightly.py
- tests/test_nightly_integration.py
- tests/test_pev.py
- tests/test_pev_integration.py
- tests/test_plotting.py
- tests/test_plotting_maps.py
- tests/test_plotting_scenarios.py
- tests/test_pool_ensembles.py
- tests/test_public_io_helpers.py
- tests/test_qm.py
- tests/test_rank_analog_integration.py
- tests/test_render_styled.py
- tests/test_reporting.py
- tests/test_seasonal_mme.py
- tests/test_seasonal_mme_integration.py
- tests/test_seasonal_native_years.py
- tests/test_seasonal_reduce.py
- tests/test_series.py
- tests/test_significance.py
- tests/test_smoothed_regression.py
- tests/test_smoothed_regression_prob.py
- tests/test_spatial.py
- tests/test_spread_error_integration.py
- tests/test_tercile.py
- tests/test_tercile_cv.py
- tests/test_time.py
- tests/test_training.py
Indexed releases
- 0.1.10
accord_deepscale-0.1.10.tar.gz193 members - 0.1.10
accord_deepscale-0.1.10-py3-none-any.whl74 members - 0.1.9
accord_deepscale-0.1.9.tar.gz191 members - 0.1.9
accord_deepscale-0.1.9-py3-none-any.whl74 members - 0.1.8
accord_deepscale-0.1.8.tar.gz191 members - 0.1.8
accord_deepscale-0.1.8-py3-none-any.whl74 members - 0.1.7
accord_deepscale-0.1.7.tar.gz165 members - 0.1.7
accord_deepscale-0.1.7-py3-none-any.whl63 members - 0.1.6
accord_deepscale-0.1.6.tar.gz165 members - 0.1.6
accord_deepscale-0.1.6-py3-none-any.whl63 members - 0.1.5
accord_deepscale-0.1.5.tar.gz165 members - 0.1.5
accord_deepscale-0.1.5-py3-none-any.whl63 members - 0.1.4
accord_deepscale-0.1.4.tar.gz156 members - 0.1.4
accord_deepscale-0.1.4-py3-none-any.whl60 members - 0.1.2
accord_deepscale-0.1.2.tar.gz172 members - 0.1.2
accord_deepscale-0.1.2-py3-none-any.whl60 members - 0.1.1
accord_deepscale-0.1.1.tar.gz172 members - 0.1.1
accord_deepscale-0.1.1-py3-none-any.whl60 members