Welcome to a toolkit that combines linear regression with advanced MLOps & GenAI techniques. This repository is currently under construction as we explore the solution space. It is being collaboratively developed with contributions from Codeium, CodeLlama via Ollama, ChatGPT-4, and GitHub Copilot. We are primarily focused on the following questions:
- How can LLMs be used to interpret model results?
- How can we implement MLOps?
- How can we optimize this pipeline to eliminate external API dependencies and run entirely locally?
- Can we somehow simulate a team environment with multiple GPTs? e.g. PM-GPT, DS-GPT, DE-GPT in same conversation
data/
: Datasets and preprocessing scripts.models/
: Linear regression models.docker/
: Dockerfiles and configurations.actions/
: CI/CD workflows and configurations.visualizations/
: Data visualization scripts.experiments/
: Model experiment logs and records.utilities/
: Utility functions and modules.docs/
: Documentation.tests/
: Test suites.
-
Clone the Repository:
git clone https://github.com/mburakbozbey/linear-lab.git cd linear-lab
-
Create a Conda Environment:
conda create --name liner_lab_env python=3.8 conda activate liner_lab_env
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Linear Regression Model:
python main.py
This project is licensed under the MIT License.