giacbrd / ShallowLearn

An experiment about re-implementing supervised learning models based on shallow neural network approaches (e.g. fastText) with some additional exclusive features and nice API. Written in Python and fully compatible with Scikit-learn.
GNU Lesser General Public License v3.0
198 stars 30 forks source link

normalize argument names #6

Closed giacbrd closed 8 years ago

giacbrd commented 8 years ago

use both fastText and Gensim names in GensimFastText, raise a warning when two names for the same parameter are set, make it retro-compatible with current (wrong) names

giacbrd commented 8 years ago

Solved in 0.0.4