Skip to content

Commit fb86eea

Browse files
authored
Merge pull request #327 from ATOMScience-org/1.6.1
1.6.1
2 parents 586ca7f + 262621b commit fb86eea

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

atomsci/ddm/docs/source/get_started/install_with_docker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Install AMPL With Docker
33
########################
44

5-
This page provides an option to use Docker to install `AMPL <https://github.com/ATOMScience-org/AMPL>`_. For an alternate way, please see the "Getting Started" `Install <https://ampl.readthedocs.io/en/latest/getting_started/install.html>`_ page.
5+
This page provides an option to use Docker to install `AMPL <https://github.com/ATOMScience-org/AMPL>`_. For an alternate way, please see the "Getting Started" `Install <https://ampl.readthedocs.io/en/latest/get_started/install.html>`_ page.
66

77
To install `AMPL <https://github.com/ATOMScience-org/AMPL>`_ software using Docker, the major steps are:
88

atomsci/ddm/docs/source/get_started/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ The ATOM Modeling PipeLine `AMPL <https://github.com/ATOMScience-org/AMPL>`_ is
77

88
There are two alternative paths for installing `AMPL <https://github.com/ATOMScience-org/AMPL>`_:
99

10-
1. Cloning the git repo, setting up the pip environment and running the AMPL install command. Please refer to `Installation <https://ampl.readthedocs.io/en/latest/getting_started/install.html>`_.
10+
1. Cloning the git repo, setting up the pip environment and running the AMPL install command. Please refer to `Installation <https://ampl.readthedocs.io/en/latest/get_started/install.html>`_.
1111

1212
2. `Install With Docker <https://ampl.readthedocs.io/en/latest/get_started/install_with_docker.html>`_.

atomsci/ddm/docs/source/tutorials/03_train_regression_model.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ using the following inputs:
3232
The tutorial will present the following functions and classes:
3333

3434
- `ModelPipeline <https://ampl.readthedocs.io/en/latest/pipeline.html#module-pipeline.model_pipeline>`_
35-
- `parameter_parser.wrapper <https://ampl.readthedocs.io/en/latest/pipeline.html#module-pipeline.model_pipeline>`_
36-
- `compare_models.get_filesystem_perf_results <https://ampl.readthedocs.io/en/latest/pipeline.html#module-pipeline.model_pipeline>`_
35+
- `parameter_parser.wrapper <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.parameter_parser.wrapper>`_
36+
- `compare_models.get_filesystem_perf_results <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.compare_models.get_filesystem_perf_results>`_
3737

3838
We will explain the use of descriptors, how to evaluate model
3939
performance, and where the model is saved as a .tar.gz file.

atomsci/ddm/docs/source/tutorials/06_compare_models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this tutorial, we will focus on these functions:
3333
- `plot_train_valid_test_scores <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.hyper_perf_plots.plot_train_valid_test_scores>`_
3434
- `plot_split_perf <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.hyper_perf_plots.plot_split_perf>`_
3535
- `plot_hyper_perf <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.hyper_perf_plots.plot_hyper_perf>`_
36-
- `get_score_types <https:.//ampl.readthedocs.io/en/latest/pipeline.html#pipeline.hyper_perf_plots.get_score_types>`_
36+
- `get_score_types <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.hyper_perf_plots.get_score_types>`_
3737
- `plot_xg_perf <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.hyper_perf_plots.plot_xg_perf>`_
3838
- `plot_pred_vs_actual_from_file <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.perf_plots.plot_pred_vs_actual_from_file>`_
3939

atomsci/ddm/docs/source/tutorials/08_visualizations_of_model_performance.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ The tutorial will present the following functions, all from the
1818
``perf_plots`` module:
1919

2020
- `plot_perf_vs_epoch <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.perf_plots.plot_perf_vs_epoch>`_
21-
- `plot_pred_vs_actual <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.perf_plots.pred_vs_actual>`_
22-
- `plot_confusion_matrices <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.perf_plots.confusion_matrices>`_
21+
- `plot_pred_vs_actual <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.perf_plots.plot_pred_vs_actual>`_
22+
- `plot_confusion_matrices <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.perf_plots.plot_confusion_matrices>`_
2323
- `plot_model_metrics <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.perf_plots.plot_model_metrics>`_
2424
- `plot_ROC_curve <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.perf_plots.plot_ROC_curve>`_
2525
- `plot_prec_recall_curve <https://ampl.readthedocs.io/en/latest/pipeline.html#pipeline.perf_plots.plot_prec_recall_curve>`_

0 commit comments

Comments
 (0)