libra icon indicating copy to clipboard operation
libra copied to clipboard

Ergonomic machine learning for everyone.

Results 49 libra issues
Sort by recently updated
recently updated
newest added

Bumps [streamlit](https://github.com/streamlit/streamlit) from 0.64.0 to 1.11.1. Release notes Sourced from streamlit's releases. 1.11.1 No release notes provided. 1.11.0 No release notes provided. 1.10.0 No release notes provided. 1.9.2 No release...

dependencies

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.5.2 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Currently, only the plot is being stored for the confusion matrix. Hence, need something more along the lines of storing the actual confusion matrix or something that analyzes it and...

Use transformers instead of LSTM to boost text classification performance

language

A problem for popular Kaggle sets which contain unnamed columns, e.g. Boston housing CSV

**Describe the bug** Integrate prediction explainer (predict.explain() using LIME, Local prediction explanation ) https://github.com/marcotcr/lime

[flake8](http://flake8.pycqa.org) testing of https://github.com/Palashio/libra on Python 3.9.0rc1+ $ __flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics__ ``` ./libra/dev_pipeliner/pipeline_sample.py:16:17: F821 undefined name 'mypreprocessor' mypreprocessor, ^ ./libra/dev_pipeliner/regression_split_functions.py:121:30: F821 undefined name 'generateRegressionPlots' init_plots, plot_names =...

newClient.summarization_query("Please summarize original text") |- Preprocessing data... ``` Traceback (most recent call last): File "", line 1, in newClient.summarization_query("Please summarize original text") File "/usr/local/lib/python3.8/site-packages/libra/queries.py", line 961, in summarization_query self.models["summarization"] =...

instead of interpolating the images, we give an option to use a feature extraction algorithm to resize images

data