-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added feature to create a TreePool from a pandas DataFrame Now it's easier to create unsymmetrical trees * Created pools with varying size for the new experiments * reorganized data directory * added ';' as separator in the dataset files because of the presence of ',' in the prompts * fixed bug where the random selection wasn't working when not selecting at least one point in the subpool * uploaded dataset and script to process and generate it * Added exception to address issue #18 * fixed small bug breaking the code when running it in verbose mode * Included processing for OCM dataset This notebook also creates the pool files. So I removed them from the repo * Added new experiments and new dataset to the experiments notebook * Implemeneted new features used during new tests - Supporting TreePool ask - Allowing to add random points in the subpool when in ask - Exposing the inv_prefix to change the prefix used in the inverse design prompt Also, refactored the example selector instantiation * Removed uneeded print statement
- Loading branch information
1 parent
29f7232
commit 44bfe35
Showing
41 changed files
with
47,539 additions
and
7,336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.1.2" | ||
__version__ = "0.2.0" |
Oops, something went wrong.