Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Human Language Technologies Optimization Framework

To try the examples run

python -m hltopt.examples.simple_function

Or

python -m hltopt.examples.sklearn_opinion

Requirements

Basic requirements are Python 3.5 or greater.

The sklearn_opinion example requires sklearn, nltk and the movie_reviews corpus. To install these requirements, follow the instructions here and here.

If you have pip installed, some quick steps are:

pip install -U sklearn
pip install -U nltk
python

>>> import nltk
>>> nltk.download("movie_reviews")

License

Licensed under the MIT open source license.

About

A metaheuristic-based framework for optimizing machine learning pipelines

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages