Skip to content

Commit 90e84fe

Browse files
author
Tamar Lavee
committed
Merge branch 'release/5.0.0' of github.com:EducationalTestingService/skll into release/5.0.0
2 parents 9ebfdf4 + eb7397e commit 90e84fe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can install using either ``pip`` or ``conda``. See details `here <https://sk
4949
Requirements
5050
~~~~~~~~~~~~
5151

52-
- Python 3.10, or 3.11
52+
- Python 3.10, 3.11, or 3.12.
5353
- `beautifulsoup4 <http://www.crummy.com/software/BeautifulSoup/>`__
5454
- `gridmap <https://pypi.org/project/gridmap/>`__ (only required if you plan
5555
to run things in parallel on a DRMAA-compatible cluster)

doc/run_experiment.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -603,13 +603,13 @@ and fixed parameters.
603603
.. note::
604604
Tuples are not supported in the config file, and will lead to parsing errors.
605605
Make sure to replace tuples with lists when specifying fixed parameters.
606-
For example, the following parameter contains a tuple:
606+
As an example, consider the following parameter that's usually defined as a tuple in scikit-learn:
607607

608608
.. code-block:: python
609609
610610
{'hidden_layer_sizes': (28, 28)}
611611
612-
To specify it in `fixed_parameter`, use a list:
612+
To specify it in `fixed_parameters`, use a list instead:
613613

614614
.. code-block:: python
615615
@@ -1213,13 +1213,13 @@ SVR
12131213
experiment and are best left up to the user.
12141214
2. Tuples are not supported in the config file, and will lead to parsing errors.
12151215
Make sure to replace tuples with lists when specifying fixed parameters.
1216-
For example, the following parameter contains a tuple:
1216+
As an example, consider the following parameter that's usually defined as a tuple in scikit-learn:
12171217

12181218
.. code-block:: python
12191219
12201220
{'hidden_layer_sizes': (28, 28)}
12211221
1222-
To specify it in `param_grids`, use a list:
1222+
To specify it in `param_grids`, use a list instead:
12231223

12241224
.. code-block:: python
12251225

0 commit comments

Comments
 (0)