Giter Club home page Giter Club logo

mlearn's People

Contributors

caems avatar zeeraktalat avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

mlearn's Issues

Storing encoded data

Could the encoded data be stored in the object, provided that it is only the indices of the tokens that are stored?

This could potentially save time as indices would not need to be recomputed, only situating it in the tensor would need to be done.

Rewrite prediction writer

We want to update the prediction writer so that it it writes a file with format

docID, original_Text, model-1 prediction, model-2 prediction, ..., model-n prediction

The head for the models should be the name of the model, not the hyper-parameters (hyper-parameters should be available from file detailing which model is the best).

Tensorisation bug [Breaking bug]

When using the tensorisation I created, the ML model tends to not learn anything. Should shift to Cython/C implementation of the tensorisation and have python call the C module.

Missing tests

Add missing tests for modules:

  • data_processing/fileio.py
  • utils/early_stopping.py
  • data_processing/batching.py
  • data_processing/loaders.py
  • modeling/embedding.py
  • modeling/evaluate.py
  • modeling/linear.py
  • modeling/multitask.py
  • modeling/onehot.py
  • modeling/train.py
  • utils/metrics.py
  • utils/pipeline.py

Add tests for missing lines in:

  • data_processing/data.py
  • data_processing/clean.py

Bug in LIWC computation

The LIWC computation takes a subword into account and not just the full word when considering kleene-starred tokens, e.g. abuse*.

#OnlineAbuse triggers abuse*,AFFECT, abuse*,NEGEMOTION etc. It should trigger UNK.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.