Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configspace update #158

Open
wants to merge 61 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
39b0549
seconds to mins
perib Sep 18, 2024
b671a54
remove baikal as a dependency. maybe we can re-add it as an optional …
perib Sep 18, 2024
812213d
reorganized, fixed bug where TPOTEstimator did not correctly set clas…
perib Sep 18, 2024
5ba5f73
cleanup - removed old, unused function
perib Sep 18, 2024
49e7355
add nn.py from tpot1
perib Sep 18, 2024
01b639f
add nn.py from tpot1
perib Sep 18, 2024
ab71986
add comments, throw error is max_time_mins is too low and nothing is …
perib Sep 18, 2024
cca862e
fix search space bug
perib Sep 19, 2024
370afcc
more wiggle room for tests
perib Sep 19, 2024
f6d797b
misc reproducibility bugs
perib Sep 19, 2024
1fe3fc4
edits
perib Sep 20, 2024
1314eb7
edits
perib Sep 20, 2024
48e3eb1
tutorial 1
perib Sep 21, 2024
2ee9ac8
edits
perib Sep 21, 2024
714b1e8
allowed memory to be passed through to linear pipelines (previously o…
perib Sep 21, 2024
3729137
edits
perib Sep 21, 2024
fc4c4e5
edit
perib Sep 21, 2024
66eaf7a
edit
perib Sep 21, 2024
308fef3
more docs
perib Sep 23, 2024
1a891fb
updated contribute, added graph light template, doc updates
perib Sep 23, 2024
bd927f6
docs and bug fixes
perib Sep 23, 2024
1d31f0e
Merge branch 'EpistasisLab:main' into doc2
perib Sep 23, 2024
ff8137f
documentation, fix wrapper, fix estimatortransformer, rename GraphPip…
perib Sep 23, 2024
4b7b9b6
fix
perib Sep 23, 2024
f4b9adf
more tutorial edits
perib Sep 24, 2024
01f3a78
removed cross_val_predict_cv from the estimators. use wrapper pipelin…
perib Sep 24, 2024
29a4745
replaces deprecated call with replacement function
perib Sep 24, 2024
b0d58a8
add iterative imputer with learned estimators and update tutorials more
perib Sep 24, 2024
1fceb22
removed unused param in estimator, add extra rng check so different s…
perib Sep 25, 2024
602e89e
edits to tutorial 2, rewrote tutorial 3
perib Sep 25, 2024
a21aa7b
add fancy search space
perib Sep 25, 2024
9ff1187
fssnode now always selects a new feature set when mutation is called …
perib Sep 25, 2024
8a80f57
reorder tutorials, fill in feature set selector tutorial and genetic …
perib Sep 25, 2024
70a5ae8
fix seconds to mins conversion
perib Sep 25, 2024
79e4291
fix mdr search space, set reproducible defaults for cross_val_predict_cv
perib Sep 25, 2024
0b3a9b6
rename SklearnIndividualGenerator to SearchSpace
perib Sep 25, 2024
78fe002
more tutorial edits
perib Sep 25, 2024
3c351b5
documentation
perib Sep 26, 2024
f28e914
evolver docs
perib Sep 26, 2024
b0d38a7
more docs
perib Sep 26, 2024
eddaeef
even more documentation
perib Sep 26, 2024
cfb12b5
docs
perib Sep 28, 2024
3a2ca86
fix and edits
perib Sep 29, 2024
d412884
pass through memory/kwards to all inner search spaces
perib Sep 29, 2024
e461ff3
edit
perib Sep 29, 2024
a14dd13
whitespace del
perib Sep 29, 2024
eb8db5d
update configspace min version
perib Sep 30, 2024
7e2d3fb
removed now unnecessary np.random.seed
perib Sep 30, 2024
712484b
fix to selection pruning - update offspring scores list when selectin…
perib Oct 1, 2024
80d8da6
Merge remote-tracking branch 'origin/doc2' into doc2
perib Oct 1, 2024
cd4f27b
cross val predict fix
perib Oct 1, 2024
5f91594
update tutorial with more reasonable params
perib Oct 2, 2024
6c356da
allow graphsklearn to take in either ints or cv splitters for cv
perib Oct 2, 2024
bfb40d9
edit
perib Oct 2, 2024
38fe6af
cluster max with features and not samples
perib Oct 8, 2024
a0a29e8
update for configspace
perib Oct 8, 2024
698dd76
edit old config space converter
perib Oct 8, 2024
fe68ae6
add import
perib Oct 9, 2024
ddd077b
removed svc/svr from default spaces because they are extremely slow
perib Oct 9, 2024
29c27bd
added upper limit to number of nodes in default graph search space
perib Oct 10, 2024
d5dd1eb
update get_configspace so that group names are flattened and individu…
perib Oct 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reorder tutorials, fill in feature set selector tutorial and genetic …
…feature set selector
  • Loading branch information
perib committed Sep 25, 2024
commit 8a80f5741fa557264c54649054a314aa2c875067
Loading