Skip to content

Commit

Permalink
changed name and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
5uperpalo committed Aug 13, 2024
1 parent 6f0ada6 commit 3a76925
Show file tree
Hide file tree
Showing 61 changed files with 21,883 additions and 21,624 deletions.
7 changes: 3 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Assignment
# <img src="docs/sources/assets/images/logo.png" style="height:2em; vertical-align: middle;">
Customer churn predictor for an assignment below.

**DISCLAIMER**: please see the [online documentation](https://5uperpalo.github.io/ecovadis_assignment/)
Documentation: https://5uperpalo.github.io/ecovadis_assignment/

```
In this assignment you're tasked with developing a machine learning solution for churn prediction to identify which customers are likely to leave a service (column "Exited" in the attached dataset). This assignment is meant to assess
Expand All @@ -11,8 +12,6 @@ In this assignment you're tasked with developing a machine learning solution for
Please note that multiple solutions may exist and we do not expect a production ready solution, though any reflections on how you may wish to productionalise your solution are welcome. You are free to choose the medium (e.g., notebooks, python scripts).
Please return your solution by May 2 (9am CET). Once returned, our colleagues with the HR department will schedule the final interview where you'll be asked to walk us through your solution and reflect on any decisions made.
Additional explanation of independent variables:
NumberOfProducts - the number of accounts and bank-affiliated products
Expand Down
16 changes: 8 additions & 8 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: ecovadis_assignment
repo_name: ecovadis_assignment
repo_url: https://github.com/5uperpalo/ecovadis_assignment
site_name: churnpred
repo_name: churnpred
repo_url: https://github.com/5uperpalo/churnpred
copyright: Pavol Mulinka
docs_dir: sources
site_url:
Expand Down Expand Up @@ -30,7 +30,7 @@ nav:
- contributing: contributing.md

theme:
logo: assets/images/ecovadis_green_logo.png
logo: assets/images/logo.png
name: material
custom_dir: sources/overrides

Expand All @@ -43,14 +43,14 @@ theme:

palette:
- scheme: default
primary: green
accent: teal
primary: purple
accent: pink
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: green
accent: teal
primary: purple
accent: pink
toggle:
icon: material/brightness-4
name: Switch to light mode
Expand Down
Loading

0 comments on commit 3a76925

Please sign in to comment.