Skip to content

Releases: INGEOTEC/EncExp

Version - 0.0.19

18 Dec 17:57
b7449bd

Choose a tag to compare

EncExp was split into two classes: EncExpT handles the transformation, and EncExp is the classifier.

Version - 0.0.18

05 Dec 23:56
3bf368b

Choose a tag to compare

EncExp has an algorithm to develop a tailored model from the training set.

Version - 0.0.17

04 Dec 12:24
0e900fc

Choose a tag to compare

  • Compute the distance to the hyperplane in EncExp.transform.
  • Fix a bug introduced by an empty string.

Version - 0.0.16

08 Nov 17:20
5b8a3eb

Choose a tag to compare

This version includes methods to create specific embeddings outside the vocabulary.

Version - 0.0.15

05 Nov 14:26
2b8842e

Choose a tag to compare

Information regarding the training set size used to calculate the embeddings.

Version - 0.0.14

03 Nov 20:39
0effc72

Choose a tag to compare

EncExp supports to combine weights.

Version - 0.0.13

01 Nov 18:47
ad25795

Choose a tag to compare

The EncExp.fill method receives the component names.
It uses SGDClassifier when the number of examples is greater than 2**17.

Version - 0.0.12

29 Oct 15:19
65dddc0

Choose a tag to compare

The vocabulary and the dataset used to train the embeddings come from georeference tweets, without the geotag or a mixture of them.

Version - 0.0.11

15 Oct 17:08
f9d788a

Choose a tag to compare

Merge pull request #12 from INGEOTEC/develop

Version - 0.0.11

Version - 0.0.10

11 Oct 17:20
ef37855

Choose a tag to compare

  • SeqTM
  • Working to include the intercept in the embeddings.