88 :width: 100%
99 :align: center
1010
11- Welcome to sciope 's documentation!
11+ Welcome to Sciope 's documentation!
1212===============================
1313
1414Scalable inference, optimization and parameter exploration (sciope)
1515is a Python 3 package for performing machine learning-assisted likelihood-free inference and model
1616exploration by large-scale parameter sweeps. It has been designed to simplify the data-driven workflows
17- so that users quickly can test and develop new machine learning-assisted approches to likelihood-free inference
17+ so that users quickly can test and develop new machine learning-assisted approaches to likelihood-free inference
1818and model exploration.
1919
20- Salient features and contributions of sciope include:
20+ Salient features and contributions of Sciope include:
2121
2222Systems:
2323
@@ -38,7 +38,7 @@ Methodology:
3838Stochastic Gene Regulatory Networks
3939-----------------------------------
4040Sciope has been designed for (but is not limited to) Stochastic Gene Regulatory Networks (GRN).
41- Sciope have built-in support and wrappers for `Gillespy2 <https://github.com/GillesPy2/GillesPy2 >`_
41+ Sciope has built-in support and wrappers for `Gillespy2 <https://github.com/GillesPy2/GillesPy2 >`_
4242and is part of the development of next-generation `StochSS <https://stochss.org >`_.
4343
4444Likelihood-free inference
@@ -66,23 +66,23 @@ with a `Dask <https://dask.org>`_ backend to support massive parallelism on plat
6666
6767Installation
6868===============================
69- You can install sciope with ``pip ``, or by installing from source.
69+ You can install Sciope with ``pip ``, or by installing from source.
7070
7171Pip
7272---
7373
74- This will install both sciope and other dependencies like NumPy, sklearn,
74+ This will install both Sciope and other dependencies like NumPy, sklearn,
7575and so on that are necessary::
7676
7777 pip install sciope
7878
7979Install from Source
8080-------------------
8181
82- To install sciope from source, clone the repository from `github
83- <https://github.com/sciope /sciope> `_::
82+ To install Sciope from source, clone the repository from `github
83+ <https://github.com/StochSS /sciope> `_::
8484
85- git clone https://github.com/sciope /sciope.git
85+ git clone https://github.com/StochSS /sciope.git
8686 cd sciope
8787 pip install .
8888
@@ -162,7 +162,7 @@ Use Sciope's Gillespy2 wrapper to extract simulator and parameters
162162
163163 Use Latin Hypercube design to generate points which will be sampled from during exploration, the points will
164164be generated using distributed resources if we have a Dask client initialized (in this example just a local cluster).
165- Generated points will be persited over the worker nodes (i.e no local memory would be used in case of a real cluster).
165+ Generated points will be persisted over the worker nodes (i.e no local memory would be used in case of a real cluster).
166166Random points from the persisted collection can be gathered by calling :code: `lhc.draw(n_samples) `
167167Here, we will also use TSFRESH minimal feature set as our summary statistics.
168168
@@ -210,7 +210,7 @@ it is therefore required that you run in a jupyter notebook with an interactive
210210 :width: 100%
211211 :align: center
212212
213- Once at least a few points have been assigned a label, sciope has support for semi-supervised learning using label propagation where
213+ Once at least a few points have been assigned a label, Sciope has support for semi-supervised learning using label propagation where
214214we can infer the labels of unassigned points. This is a great way of filtering the vast amount of data according qualitative behaviour
215215and preferences.
216216
0 commit comments