-
Updated
May 19, 2022 - Python
meta-learning
Here are 374 public repositories matching this topic...
-
Updated
Nov 26, 2018
Add more tutorials
As suggested on Reddit, it would be nice to have more tutorials.
A simple idea is to base them on our existing examples. The tutorial could explain how each implemented method works
-
Updated
Jan 10, 2022 - Python
-
Updated
May 12, 2022 - Python
-
Updated
Oct 22, 2019 - Python
-
Updated
Nov 25, 2019 - Python
-
Updated
Jun 19, 2021
-
Updated
Nov 10, 2021 - TeX
-
Updated
Mar 22, 2022 - Python
-
Updated
Sep 7, 2021 - Python
-
Updated
Jan 22, 2019 - Jupyter Notebook
-
Updated
May 9, 2022 - Python
-
Updated
May 31, 2018 - MATLAB
-
Updated
Apr 13, 2021
-
Updated
Nov 9, 2019 - Python
-
Updated
Jul 31, 2020 - Python
-
Updated
Apr 24, 2022 - Shell
-
Updated
Oct 30, 2020 - Python
-
Updated
Oct 19, 2017 - Python
-
Updated
Sep 27, 2020
-
Updated
Oct 8, 2018 - Python
-
Updated
Apr 22, 2022
-
Updated
Apr 12, 2020 - Python
-
Updated
May 5, 2022 - Python
I propose that the several functions that take the ouput_format
parameter and produce lists change their defaults to return dataframes instead of dictionaries (e.g. list_datasets
).
I think originally we had loose integration with pandas and it was an optional dependency, but since it's a required dependency now I don't see a reason to provide dicts
as default over dataframes
. I'd argue
-
Updated
Sep 21, 2020 - Python
-
Updated
Dec 29, 2020
-
Updated
Nov 22, 2018 - Python
Improve this page
Add a description, image, and links to the meta-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the meta-learning topic, visit your repo's landing page and select "manage topics."
I have been trying to use AutoSklearn with Multi-class classification
so my labels are like this
0 1 2 3 4 ... 200
1 0 1 1 1 ... 1
0 1 0 0 1 ... 0
1 0 0 1 0 ... 0
1 1 0 1 0 ... 1
0 1 1 0 1 ... 0
1 1 1 0 0 ... 1
1 0 1 0 1 ... 0
I used this code
`
y = y[:, (65,67,54,133,122,63,102