zaidmehdi commited on
Commit
10f12ce
1 Parent(s): 40d1a73

result of xgboost search

Browse files
Files changed (1) hide show
  1. src/classifier.ipynb +6 -9
src/classifier.ipynb CHANGED
@@ -763,16 +763,13 @@
763
  "cell_type": "markdown",
764
  "metadata": {},
765
  "source": [
766
- "#### 2.3.4 LightGBM"
 
 
 
 
767
  ]
768
  },
769
- {
770
- "cell_type": "code",
771
- "execution_count": null,
772
- "metadata": {},
773
- "outputs": [],
774
- "source": []
775
- },
776
  {
777
  "cell_type": "markdown",
778
  "metadata": {},
@@ -797,7 +794,7 @@
797
  "name": "python",
798
  "nbconvert_exporter": "python",
799
  "pygments_lexer": "ipython3",
800
- "version": "3.1.0"
801
  }
802
  },
803
  "nbformat": 4,
 
763
  "cell_type": "markdown",
764
  "metadata": {},
765
  "source": [
766
+ "The best parameters and best score obtained are the following: \n",
767
+ "```\n",
768
+ "Best Parameters: {'n_estimators': 450, 'max_depth': 7, 'learning_rate': 0.1} \n",
769
+ "Best Score (Macro Average F1): 0.17356889596239114\n",
770
+ "```"
771
  ]
772
  },
 
 
 
 
 
 
 
773
  {
774
  "cell_type": "markdown",
775
  "metadata": {},
 
794
  "name": "python",
795
  "nbconvert_exporter": "python",
796
  "pygments_lexer": "ipython3",
797
+ "version": "3.10.13"
798
  }
799
  },
800
  "nbformat": 4,