Skip to content

Releases: shtrausslearning/mllibs

v0.2.0

21 Jan 17:34
Compare
Choose a tag to compare

General update

v0.1.8

09 Jan 13:25
Compare
Choose a tag to compare
  • Multiple updates to library

v0.1.6

30 Jun 17:41
de3ea13
Compare
Choose a tag to compare
  • Added the ability to store machine learning models using nlpi.store_model
  • Renamed nlpi.store to nlpi.store_data

v0.1.4

28 Jun 19:40
b6c3ff7
Compare
Choose a tag to compare
  • Added new module sltree (DecisionTree models)
  • Added new module slcatboost (Added CatBoost models)
  • Both modules are utilised with base class eval_base

v0.1.3

27 Jun 23:41
de9a642
Compare
Choose a tag to compare
  • Added cross validation & train-test splitting evaluation class eval_base
  • Added gradient boosting machine learning evaluation class slensemble

v0.1.2

20 Jun 17:09
e78f404
Compare
Choose a tag to compare
  • Added new module for linear regression and classification models sllinear
  • Added new module for dimensionality reduction using decomposition and manifold learning approaches usldimred
  • Added NER based sentence splitting for more accurate request interpretation
  • Updated mllibs design (calmer colours)

v0.1.1

07 Jun 06:36
2e2f10a
Compare
Choose a tag to compare
  • Added new module for text normalisation mtextnorm
  • Added FastText and negative sampling approach for skip-gram embedding generation in membedding

v0.0.9

25 May 16:03
8c35293
Compare
Choose a tag to compare
  • Added new modules for text encoding & embedding generation mencoding & membedding
  • Added example notebook mllibs-encode-text.ipynb

v0.0.8

22 May 17:00
c3c644b
Compare
Choose a tag to compare
  • Added new module for data outlier detection moutliers
  • Added instance variable self.task_info which outputs a dataframe containing activation task information, including samples from the corpus, which allows user to know what content to write in order to activate function
  • Added example notebook mllibs-sample-eda-notebook.ipynb

v0.0.6

19 May 09:21
cea1b8b
Compare
Choose a tag to compare
Add files via upload