Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

catboost.py 975 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
  1. {
  2. "nbformat": 4,
  3. "nbformat_minor": 0,
  4. "metadata": {
  5. "colab": {
  6. "name": "Untitled23.ipynb",
  7. "provenance": [],
  8. "authorship_tag": "ABX9TyMCP7hbX3CJZVSNXZlWnRY7",
  9. "include_colab_link": true
  10. },
  11. "kernelspec": {
  12. "name": "python3",
  13. "display_name": "Python 3"
  14. },
  15. "language_info": {
  16. "name": "python"
  17. }
  18. },
  19. "cells": [
  20. {
  21. "cell_type": "markdown",
  22. "metadata": {
  23. "id": "view-in-github",
  24. "colab_type": "text"
  25. },
  26. "source": [
  27. "<a href=\"https://colab.research.google.com/github/stmulugheta/AI-Projects-2021/blob/main/catboost.py\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
  28. ]
  29. },
  30. {
  31. "cell_type": "code",
  32. "metadata": {
  33. "id": "VyHXJEwxMHqH"
  34. },
  35. "source": [
  36. "catboost.py"
  37. ],
  38. "execution_count": null,
  39. "outputs": []
  40. }
  41. ]
  42. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...