diff --git a/nbs/2020-06-29-Text-Cleaning-With-Clustering.ipynb b/nbs/2020-06-29-Text-Cleaning-With-Clustering.ipynb index aa6b00f..a351029 100644 --- a/nbs/2020-06-29-Text-Cleaning-With-Clustering.ipynb +++ b/nbs/2020-06-29-Text-Cleaning-With-Clustering.ipynb @@ -1142,86 +1142,6 @@ "show(plot_emb_app, notebook_url=nb_url)" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Pull Selected Data from Plot into Dataframe" - ] - }, - { - "cell_type": "code", - "execution_count": 20, - "metadata": {}, - "outputs": [], - "source": [ - "fin_selected_indxs = selected_indxs\n", - "df.loc[samp.loc[fin_selected_indxs]['main_index']].head(5)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, { "cell_type": "code", "execution_count": 15, @@ -1234,27 +1154,6 @@ "#![]('bokeh_viz.png')" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, { "cell_type": "markdown", "metadata": {},