Article Niyaz Khafizov · Oct 8, 2018 16m read Record linkage using InterSystems IRIS, Apache Zeppelin, and Apache Spark Hi all. We are going to find duplicates in a dataset using Apache Spark Machine Learning algorithms. Note: I have done the following on Ubuntu 18.04, Python 3.6.5, Zeppelin 0.8.0, Spark 2.1.1 Introduction In previous articles we have done the following: #Artificial Intelligence (AI) #Analytics #Beginner #Machine Learning (ML) #Python #Vector Search #InterSystems IRIS 0 0 1 693
Question Niyaz Khafizov · Sep 20, 2018 How to save spark dataframe via Spark connector Hi all. I want to insert my dataframe into InterSystems IRIS. So, I tried to do this: df = spark.read.load("/home/imported-openssh-key/zeppelin-0.8.0-bin-all/bin/resultData3/DF.json", format="json")df.write.format("com.intersystems.spark").\option("url", "IRIS://localhost:51773/DEDUPL").\option("user", "********").option("password", "********").\option("dbtable", "try.test1").save() And got this error: #Artificial Intelligence (AI) #API #Machine Learning (ML) #InterSystems IRIS 1 3 0 2.1K
Article Niyaz Khafizov · Aug 3, 2018 4m read The way to launch Jupyter Notebook + Apache Spark + InterSystems IRIS Hi all. Today we are going to install Jupyter Notebook and connect it to Apache Spark and InterSystems IRIS. Note: I have done the following on Ubuntu 18.04, Python 3.6.5. #Artificial Intelligence (AI) #API #Best Practices #Compatibility #Python #InterSystems IRIS 5 1 2 4.5K
Article Niyaz Khafizov · Jul 27, 2018 4m read Load a ML model into InterSystems IRIS Hi all. Today we are going to upload a ML model into IRIS Manager and test it. Note: I have done the following on Ubuntu 18.04, Apache Zeppelin 0.8.0, Python 3.6.5. Introduction These days many available different tools for Data Mining enable you to develop predictive models and analyze the data you have with unprecedented ease. InterSystems IRIS Data Platform provide a stable foundation for your big data and fast data applications, providing interoperability with modern DataMining tools. #Artificial Intelligence (AI) #Analytics #API #Beginner #Best Practices #Big Data #Machine Learning (ML) #Python #InterSystems IRIS 6 2 2 1.4K
Article Niyaz Khafizov · Jul 19, 2018 4m read K-Means clustering of the IRIS Dataset Hi all. Today we are going to use k-means algorithm on the Iris Dataset. Note: I have done the following on Ubuntu 18.04, Apache Zeppelin 0.8.0, python 3.6.5. #Artificial Intelligence (AI) #API #Beginner #Machine Learning (ML) #Python #Vector Search #InterSystems IRIS 6 0 3 9.6K
Question Niyaz Khafizov · Jul 9, 2018 java.lang.ClassNotFoundException: com.intersystems.jdbc.CacheDriver Hi all. When I try to do this in Apache Zeppelin: This error appears:My jdbc interpreter: #API #Beginner #JDBC #InterSystems IRIS 0 1 0 866
Article Niyaz Khafizov · Jul 6, 2018 3m read The way to launch Apache Spark + Apache Zeppelin + InterSystems IRIS Hi all. Yesterday I tried to connect Apache Spark, Apache Zeppelin, and InterSystems IRIS. During the process, I experienced troubles connecting it all together and I did not find a useful guide. So, I decided to write my own. #Artificial Intelligence (AI) #Beginner #Best Practices #Big Data #Machine Learning (ML) #InterSystems IRIS 10 1 1 1.8K