diff --git a/combo/example.ipynb b/combo/example.ipynb new file mode 100644 index 0000000000000000000000000000000000000000..9597084963bd621d8ab5bab95c584bed04913131 --- /dev/null +++ b/combo/example.ipynb @@ -0,0 +1,51 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "id": "initial_id", + "metadata": { + "collapsed": true, + "ExecuteTime": { + "end_time": "2023-09-04T14:36:56.659578Z", + "start_time": "2023-09-04T14:36:45.221897Z" + } + }, + "outputs": [], + "source": [ + "from combo.predict import COMBO" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "outputs": [], + "source": [], + "metadata": { + "collapsed": false + }, + "id": "f1d81f8aba12630b" + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}