New in Wave 0.24.0
November 21, 2022 WaveAnother Wave release has arrived with quite a few exciting new features. Let’s quickly go over the biggest ones. Wave init CLI How many times you wanted to build a Wave app fast, but then you realized you need to start from scratch, copy over the skeleton of your app and work up from there? […]
H2O.ai Placed Furthest in Completeness of Vision in 2021 Gartner Data Science and Machine Learning Magic Quadrant in the Visionaries Quadrant. — Copy
November 18, 2022 Business Gartner WaveAt H2O.ai, our mission is to democratize AI, and we believe driving value from data is a team sport. Data needs to be organized and prepared, often by data engineers, and then models need to be built by data scientists. With models built, they need to be put into production and maintained by IT and […]
An Introduction to H2O Wave Table
November 13, 2022 WaveH2O Wave is a Python package for creating realtime ML/AI applications for a wide variety of data science workflows and industry use cases. Data scientists view a significant amount of data in tabular form. Running SQL queries, pivoting data in Excel or slicing a pandas dataframe are pretty much bread-and-butter tasks. With the growing use of […]
H2O Wave joins Hacktoberfest
September 29, 2022 WaveIt’s that time of the year again. A great initiative by DigitalOcean called Hacktoberfest that aims to bring more people to open source is about to start. Hacktoberfest incentives people to make at least 4 valuable contributions (pull requests) to an open source repository and get the reward in form of either a fancy T-shirt or planting a […]
Integrating VSCode editor into H2O Wave
August 18, 2022 Tutorials WaveLet’s have a look at how to provide our users with a truly amazing experience when we need to allow them to edit pieces of code or configuration. We will use one of the most popular and well-known code editors called Monaco editor which powers VSCode. The resulting app will have the editor on the left side and […]
5 Tips for Improving Your Wave Apps
August 9, 2022 WaveLet’s quickly uncover a few simple tips that are quick to implement and have a big impact. Do not recreate navigation, update it The most common error I see across the Wave apps is ugly navigation that seems to be laggy. Laggy navigation. The reason for this behavior is that we want to save the […]
The H2O.ai Wildfire Challenge Winners Blog Series – Team PSR
May 31, 2022 AI4Good Community H2O Driverless AI WaveNote: this is a community blog post by Team PSR – one of the H2O.ai Wildfire Challenge winners. This blog represents an experience we gained by participating in the H2O wildfire challenge. We need to mention that competing in this challenge is like a journey in a knowledge pool. For a person who is willing […]
The H2O.ai Wildfire Challenge Winners Blog Series – Team HTB
May 10, 2022 AI4Good Community Computer Vision WaveNote: this is a community blog post by Team HTB – one of the H2O.ai Wildfire Challenge winners. You can check out their app here. The Challenge The purpose of the challenge was to develop an AI application to improve the forecast of bushfires and wildfires, with the main aim of reducing the human losses […]
H2O Wave Snippet Plugin for PyCharm
March 24, 2022 Tutorials WaveNote: this blog post by Shamil Dilshan Prematunga was first published on Medium. What is PyCham? PyCharm is the most famous IDE among software developers who are working based on python language. It contains more features such as code analysis, graphical debugger, integrated unit tester, integrated version control system, and supports data science with Anaconda. […]
Setting Up Your Local Machine for H2O AI Cloud Wave App Development
March 17, 2022 H2O AI Cloud WaveThis article is for users who would like to build H2O Wave apps and publish them in the App Store within the H2O AI Cloud (HAIC). We will walk through how to set up your local machine for HAIC Wave App development. Instructions Developing with Wave H2O Wave is a framework for building frontends using […]