experimentation
Here are 141 public repositories matching this topic...
-
Updated
Mar 11, 2021 - C#
-
Updated
Jun 4, 2022 - C
-
Updated
Jan 20, 2021 - Python
-
Updated
Mar 31, 2021 - Python
-
Updated
May 27, 2022 - Python
-
Updated
May 16, 2022 - Swift
-
Updated
Dec 25, 2021 - Python
-
Updated
Apr 7, 2022 - Jupyter Notebook
-
Updated
Dec 11, 2018 - C
-
Updated
Sep 30, 2019
-
Updated
Mar 28, 2020
Currently you can only do training when you've committed and pushed all new changes in your branch. This introduces a blocker when a Data Scientist is trying out lots of different changes in their code.
Allow for training even with uncommitted changes. This can be done by taking a git diff of the current branch, storing it and then doing an git apply to the current branch during training
-
Updated
Mar 16, 2021 - Go
-
Updated
May 12, 2022 - Python
-
Updated
Apr 29, 2022 - SCSS
-
Updated
Nov 5, 2019 - Python
The STMC1, STMC2, and REG axioms depend on similarities. It might be promising to have similarity variants that are based on word embeddings fine-tuned on test collections like Robust 04.
It is only required to have some word embeddings that PyMagnitude can handle, the rest is already implemented.
To implement new embedding variants, take a look at the fastText implementation here:
https://gi
-
Updated
Jun 6, 2022 - Jupyter Notebook
-
Updated
Apr 20, 2020 - Python
-
Updated
Oct 26, 2021 - C
-
Updated
May 30, 2022 - Java
-
Updated
Jan 22, 2020 - Python
-
Updated
Feb 24, 2017 - Python
-
Updated
Jul 19, 2020 - C#
-
Updated
Jan 15, 2021
-
Updated
May 19, 2022 - JavaScript
-
Updated
Jul 10, 2017 - Ruby
-
Updated
Jan 26, 2021 - Python
-
Updated
May 15, 2022 - Java
Improve this page
Add a description, image, and links to the experimentation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the experimentation topic, visit your repo's landing page and select "manage topics."
Currently when you sort the list of features (or experiments) it only kept for that session and not saved. We would like to persist this sort state to local storage.