Tools like #chatgpt & github #copilot can help debug complex code and replace Googling + Stack Overflowing for common scripting.
Key skill: ChatGPT prompting (more on this in my free ChatGPT for Data Scientists)
2. Code Quality & Documentation
Great products have great documentation. AI can help produce documentation, comment code, and replace time-consuming manual documentation with automated AI docs.
Skforecast is a Python library for time series forecasting using machine learning models.
Skforecast works with any regressor compatible with the scikit-learn API, including popular options like LightGBM, XGBoost, CatBoost, Keras, and many others.
skforecast shines with probabilistic forecasting.
When trying to anticipate future values, most forecasting models try to predict what will be the most likely value.
Merlion is a Python library for time series intelligence.
It provides an end-to-end machine learning framework that includes loading and transforming data, building and training models, post-processing model outputs, and evaluating model performance.
2. GUI Dashboard
Merlion makes time series analysis easier with a web-based dashboard.
This dashboard provides a great way to quickly experiment with many models on your own custom datasets.