Skip to content

ekimetrics/ekimetrics.github.io

Repository files navigation

EkiLab Website

The Eki.Lab is our Research & Innovation pole at Ekimetrics. Learn more about our research topics and priorities.
Feel free to send us an email if you have a question!

The Lab

Our innovation lab is the first step in our R&D process.

  • State-of-the-art AI for business - We study the state-of-the-art AI research straight from AI labs (Graph Neural Networks, Bayesian Neural Networks, Reinforcement Learning, Structural Time Series modeling, Causality) to find ways to apply those techniques on unsolved business problems.
  • AI For Good - We challenge ourselves to always ensure a responsible use of Data and using our AI algorithms ethically. We research new ways of studying bias, enforcing algorithm transparency or maintaining Data privacy. We also do pro-bono research from climate change to epidemiological modeling.
  • Data capabilities - in an everchanging field, we need to stay up-to-date with the latest technologies to industrialize, scale, and operate our Data Science solutions. We research and implement connectors to deploy APIs in 5 mins, configure infrastructure-as-code, or facilitate the Data Science workflows with pre-industrialized templates

About Ekimetrics

Ekimetrics is the first pure player in Data Science in Europe. We operate from Paris, London, New York and Dubai with 250+ Data Scientists, Data Engineers, Full Stack Developers, strategy consultants and UX designers.

We help companies steer their data opportunity, build data capabilities, and deploy actionable solutions, to power up marketing and operational performance, as well as (re)energizing business models. Our primary focus is to deliver immediate business gains, while guaranteeing sustainable data capital for our clients.

You can learn more in our official website

Tangram The Tangram room in our Paris office

Contributors

You are more than welcome to open up a pull request to make your own changes and addition to this website.
The website is built using Docusaurus 2 (with a React.js backbone)

Content

  • Blog
  • Trainings
  • Hackathons
  • Best practices & convictions
  • Open source contributions

How to Contribute

Either clone or fork the repository.

With Docker

Start by building and running the container with the command :

docker compose up --build -d

After a couple minutes, your container should be up and running and you can access the preview of your article locally at https://localhost:8080. Hot reloading is enabled so you can see your updates without having to rebuild the container.

Without Docker

If you don't have docker installed, you can still get a preview locally by running

npm install

npm start

This command starts a local development server and open up a browser window at https://localhost:8080. As with docker compose, most changes are reflected live without having to restart the server.

Once you are happy with your changes you can :

git add <path_to_update_file>
git commit -m "Description of your changes"

commit, push and create a Pull Request to submit them.