Skip to content

peskk3am/pykater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Quick-install MINICONDA
  1. Create an environment
  • specify packages you want to install:

conda create --name pykater python=3 numpy scipy scikit-learn pandas matplotlib mysql-connector-python

  1. Activate the environment

activate pykater

  1. Install deap

pip install deap

  1. Install OpenML python package
  • github openml -> master branch, install:

git clone https://github.com/openml/openml-python

cd openml-python

python setup.py install

(https://github.com/openml/openml-python/blob/develop/examples/OpenMLDemo.ipynb)

  1. OpenML api-key
  • create a file openml_api_key.py in the project's root directory containing a single line:

key = "your-openml-api-key"

  1. python search_parameter_space.py ?

Conda guide:

conda info --envs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages