{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "62252039-37f7-467f-bde2-0a576770d4be", "metadata": {}, "outputs": [], "source": [ "import pandas as pd\n" ] }, { "cell_type": "code", "execution_count": 2, "id": "e9f9088b-aab7-4faf-a158-5b6e51d1b1bc", "metadata": {}, "outputs": [], "source": [ "features = [\n", " # \"batting_team\",\n", " # \"bowling_team\",\n", " # \"balls\",\n", " # \"runs\",\n", " # \"wickets\",\n", " \"wkt_last_5_overs\",\n", " # \"runrate_last_5_overs\",\n", " \"current_RR\",\n", " # \"average\",\n", " \"balls_left\",\n", " \"wkts_left\",\n", " # \"required_RR\",\n", " # \"projected_score_more\",\n", " # \"min_score_more\",\n", " # \"max_score_more\",\n", " # \"projected_avg_score_more\",\n", " \"runrate_last_5_overs-current_RR\",\n", " \"deviation_from_projected\",\n", "]\n" ] }, { "cell_type": "code", "execution_count": 3, "id": "7694e380-b6d3-4d56-af94-66f5233e6c49", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/media/instantinopaul/data/Code/ML/github.com/scorepredictor/env/lib/python3.10/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", " from .autonotebook import tqdm as notebook_tqdm\n" ] } ], "source": [ "from ydata_profiling import ProfileReport" ] }, { "cell_type": "code", "execution_count": 4, "id": "4845035c-3501-4eb0-a67b-0bbc5e289a8b", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/media/instantinopaul/data/Code/ML/github.com/scorepredictor/env/lib/python3.10/site-packages/ydata_profiling/utils/dataframe.py:137: SettingWithCopyWarning: \n", "A value is trying to be set on a copy of a slice from a DataFrame\n", "\n", "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", " df.rename(columns={\"index\": \"df_index\"}, inplace=True)\n", "Summarize dataset: 0%| | 0/5 [00:00