You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ When submitting code, please make every effort to follow existing conventions an
6
6
7
7
Where appropriate, please provide unit tests or integration tests. Unit tests should be pytest based tests and be added to <project>/tests.
8
8
9
-
Please make sure all tests pass before submitting a pull request. It is also good if you squash your commits and add the tags #major or #minor to the pull request title if need be, otherwise your pull request will be considered a patch bump. Please check [https://semver.org/](https://semver.org/) for more information about versioning.
9
+
Please make sure all tests pass before submitting a pull request. It is also good if you squash your commits and add the tags #major or #minor to the pull request title if need be; otherwise, your pull request will be considered a patch bump. Please check [https://semver.org/](https://semver.org/) for more information about versioning.
A step-by-step walk-through is available on our documentation hosted on [Read the Docs](https://hiclass.readthedocs.io/en/latest/index.html).
202
+
A step-by-step walkthrough is available on our documentation hosted on [Read the Docs](https://hiclass.readthedocs.io/en/latest/index.html).
203
203
204
204
This will guide you through the process of installing hiclass within a virtual environment, training, predicting, persisting models and much more.
205
205
206
206
## API documentation
207
207
208
208
Here's our official API documentation, available on [Read the Docs](https://hiclass.readthedocs.io/en/latest/api/index.html).
209
209
210
-
If you notice any issues with the documentation or walk-through, please let us know by opening an issue here: [https://github.com/scikit-learn-contrib/hiclass/issues](https://github.com/scikit-learn-contrib/hiclass/issues).
210
+
If you notice any issues with the documentation or walkthrough, please let us know by opening an issue here: [https://github.com/scikit-learn-contrib/hiclass/issues](https://github.com/scikit-learn-contrib/hiclass/issues).
211
211
212
212
## FAQ
213
213
@@ -217,9 +217,9 @@ A detailed description on how the classifiers work is available at the [Algorith
217
217
218
218
## Support
219
219
220
-
If you run into any problems or issues, please create a [Github issue](https://github.com/scikit-learn-contrib/hiclass/issues) and we'll try our best to help.
220
+
If you run into any problems or issues, please create a [GitHub issue](https://github.com/scikit-learn-contrib/hiclass/issues) and we'll try our best to help.
221
221
222
-
We strive to provide good support through our issue tracker on Github. However, if you'd like to receive private support with:
222
+
We strive to provide good support through our issue tracker on GitHub. However, if you'd like to receive private support with:
223
223
224
224
- Phone / video calls to discuss your specific use case and get recommendations
225
225
- Private discussions over Slack or Mattermost
@@ -234,7 +234,7 @@ You can contribute in multiple ways, e.g., reporting bugs, writing or translatin
234
234
235
235
## Getting the latest updates
236
236
237
-
If you'd like to get updates when we release new versions, please click on the "Watch" button on the top and select "Releases only". Github will then send you notifications along with a changelog with each new release.
237
+
If you'd like to get updates when we release new versions, please click on the "Watch" button on the top and select "Releases only". GitHub will then send you notifications along with a changelog with each new release.
Copy file name to clipboardExpand all lines: benchmarks/consumer_complaints/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Regarding the parameters for Snakemake, they have the following meanings:
107
107
- `--reason`makes Snakemake print the reason for each executed rule;
108
108
- `--use-conda`is necessary to indicate that conda will be used to manage the software dependencies of the pipeline;
109
109
- `--cores`tells Snakemake how many cpus can be used overall (the more cpus you can spare, the faster the pipeline will finish). For a cluster execution, 12 cores is more than enough since individual jobs will have more CPUs allocated later;
110
-
- `--resources mem_gb`specifies the total ammount of RAM that should be allocated for all jobs (only used during tuning and training);
110
+
- `--resources mem_gb`specifies the total amount of RAM that should be allocated for all jobs (only used during tuning and training);
111
111
- `--restart-times`defines how many times the pipeline should restart a job if it fails. This could be useful if the reason for failing is out of memory, since each retry will allocate more memory for the failed job;
112
112
- `--jobs`the number of jobs that can be submitted simultaneously;
113
113
- `--cluster`the parameters for individual jobs can be set inside the quotation marks.
0 commit comments