Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 99d71f6

Browse files
gera-aldamarootdchigarev
authored
Validation (#4)
* Changed license to 2024 --------- Signed-off-by: Dmitry Chigarev <[email protected]> Co-authored-by: root <[email protected]> Co-authored-by: Dmitry Chigarev <[email protected]>
1 parent cc659a4 commit 99d71f6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2022, Intel Corporation
1+
Copyright (c) 2024, Intel Corporation
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ conda deactivate
281281
conda remove --name purchase_prediction_intel --all -y
282282
```
283283
284-
[//]: # (capture: baremetal)
285284
```bash
286285
rm -r $DATA_DIR/*
287286
rm -r $OUTPUT_DIR/*

src/purchase-prediction-module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This code base is adopted from the below notebook
33
https://www.kaggle.com/code/fabiendaniel/customer-segmentation/notebook
44
'''
5-
# Copyright (C) 2023 Intel Corporation
5+
# Copyright (C) 2024 Intel Corporation
66
# SPDX-License-Identifier: BSD-3-Clause
77

88
import os

0 commit comments

Comments
 (0)